richfrem
- 219 skills
- 0 followers
- 1 day ago last updated
- ▌ Obstacle Triage · richfrem bundleStops the pipeline when outputs, reports, paths, or validators conflict. Classifies systemic obstacles before generation or repair continues.
- ▌ Joinery Designer · richfrem bundleDetermines joinery type per connection based on structural model bounds and user preferences. Explains load transfer behavior and outputs joinery maps.
- ▌ Timber Frame Cad · richfrem bundleParametric timber-frame CAD solid modeling and view-projection engine. Builds 3D BREP solids (posts, beams, rafters, braces, footings, hubs) using build123d, runs solid-clearance validations, and projects clean, occlusion-sorted 2D views (presentation, structural, fabrication) to SVG.
- ▌ Document Compiler · richfrem bundleAssembles all outputs into a structured document and formats for PDF export. Ensures sections are complete, ordered matching the Option A Architectural Layout constraint.
- ▌ Drawing Generator · richfrem bundleGenerates architectural SVG drawings and updates the composite dependency manifest.
- ▌ Intake Normalizer · richfrem bundleConverts conversational input and images from the user into structured parameters. Handles missing or ambiguous data by defining defaults or returning flags for required clarification. Outputs validated design spec JSON to be ingested by the orchestrator.
- ▌ Structural Engine · richfrem bundleGenerates the structural system based on limits. Computes post placement, beam spans, and rafter geometry. Enforces real-world build constraints by validating spans against safe load paths. Writes geometry section inside structure.json via geometry_engine.py — NEVER derives math mentally.
- ▌ Chrome Verification · richfrem bundleRuns a headless Chromium browser via Playwright to render generated SVGs, perform pixel-level heuristics (edge density, bounding box fill), and verify visual correctness against baselines.
- ▌
- ▌ Bracing System Designer · richfrem bundleDesigns the lateral stability system by placing knee braces or alternatives. Explains anti-racking mechanics.
- ▌ Building Code Validator · richfrem bundleValidates user location input against localized building code standards (e.g., BC Building Code) to determine required load capacities for snow and wind constraints.
- ▌ Cad Language Translator · richfrem bundleTranslates human design intent from structure.json into formal CAD constraint language. This is the critical bridge between "what the user wants" and "what the geometry compiler can solve." No geometry is computed here — only constraints are defined.
- ▌ Photorealistic Renderer · richfrem bundleGenerates a detailed photorealistic image-generation prompt driven entirely by the locked structural model. Works for any garden structure (gazebo, pergola, arbour, shed, fence, trellis, etc.). Produces a single paste-ready file with geometry locks, structural description, camera direction, and exclusions tailored to whatever was designed. Trigger with "render the structure", "create a photorealistic image", "generate a render prompt", "visualize the design", or "show me what this will look like".
- ▌ Shop Blueprint Generator · richfrem bundleGenerates heavily dimensioned, technical orthographic blueprints intended strictly for carpenters and fabricators. Outputs highly detailed line-drawings packed with dimensional arrows, bolt-hole spacing coordinates, exact cut lengths, and pitch angles. All angles are READ from structure.json — NEVER derived mentally.
- ▌ Adversarial Drawing Reviewer · richfrem bundleLaunches an independent adversarial drawing-review sub-agent to evaluate SVG outputs for builder usefulness before success can be claimed.
- ▌ Inventory Sync · richfremSynchronizes local plugins from the vendor inventory, safely cleaning up deleted vendor plugins while preserving project-specific customizations. Trigger when updating the plugin ecosystem from an upstream vendor source.
- ▌ Conventions Agent · richfrem bundleCoding conventions enforcement agent. Auto-invoked when writing new code, reviewing code quality, adding headers, or checking documentation compliance across Python, TypeScript/JavaScript, and C#/.NET.
- ▌ Plugin Replicator · richfrem bundleDeveloper machine tool for replicating plugin source code between local project repositories. Use when you want to push plugin updates from agent-plugins-skills to a consumer project, or pull the latest plugins into a consumer project from this central repo. Works with explicit --source and --dest paths; supports additive-update (default), --clean (also removes deleted files), --link (symlink), and --dry-run modes.
- ▌ Maintain Plugins · richfrem bundleAudits, synchronizes, and maintains the health of the plugin ecosystem. Handles structural compliance checks against Open Standards, agent environment sync (install + cleanup orphans), and README scaffolding. Trigger when validating new plugins, syncing plugins to agent configs, or performing routine ecosystem health checks.
- ▌ Replicate Plugin · richfrem bundleDeveloper machine tool for replicating plugin source code between local project repositories. Use when you want to push plugin updates from agent-plugins-skills to a consumer project, or pull the latest plugins into a consumer project from this central repo. Works with explicit --source and --dest paths; supports additive-update (default), --clean (also removes deleted files), --link (symlink), and --dry-run modes.
- ▌ Sanctuary Memory · richfremProject Sanctuary-specific memory configuration. Maps the generic memory-management tiered system to Sanctuary's actual file paths, storage backends (RLM, Vector DB, Obsidian, HuggingFace), and persistence workflows.
- ▌ Spec Kitty Merge · richfrem bundleMerge a completed feature into the target branch and clean up worktree
- ▌ Spec Kitty Tasks · richfrem bundleGenerate grouped work packages with actionable subtasks and matching
- ▌ Doc Coauthoring · richfremGuide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.
- ▌
- ▌ JSON Hygiene Agent · richfrem bundleJSON Hygiene Agent. Detects duplicate keys in JSON configuration files that might be silently ignored by standard parsers. Auto-invoked for JSON audits or manifest validation. V2 includes L5 Delegated Constraint Verification.
- ▌ Plugin Maintenance · richfrem bundleAudits, synchronizes, and maintains the health of the plugin ecosystem. Handles structural compliance checks against Open Standards, agent environment sync (install + cleanup orphans), and README scaffolding. Trigger when validating new plugins, syncing plugins to agent configs, or performing routine ecosystem health checks.
- ▌
- ▌ Spec Kitty Review · richfrem bundlePerform structured code review and kanban transitions for completed task
- ▌ Spec Kitty Status · richfrem bundleDisplay kanban board status showing work package progress across lanes (planned/doing/for_review/done).
- ▌ Plugin Bootstrap · richfremInitializes or updates the local plugin ecosystem from the central vendor repo. Use this when a project needs to pull the latest plugin code or initialize for the first time.
- ▌ Podcast Summarizer · richfrem bundleSummarize podcast episodes from audio metadata. Extracts ID3 tags, chapter markers, and show notes.
- ▌ Session Bootloader · richfrem bundleInitializes and orients the agent session using the Protocol 128 Bootloader sequence. Designed as a Dual-Mode Meta-Skill (Bootstrap vs Iteration phase). Master awareness skill that knows all sanctuary-guardian capabilities and utility plugin integrations. Trigger this at the start of any new assignment.
- ▌ Spec Kitty Analyze · richfrem bundlePerform a non-destructive cross-artifact consistency and quality analysis
- ▌ Spec Kitty Clarify · richfrem bundleIdentify underspecified areas in the current feature spec by asking up
- ▌ Spec Kitty Specify · richfrem bundleCreate or update the feature specification from a natural language feature
- ▌ Coding Conventions · richfrem bundleCoding conventions and documentation standards across Python, TypeScript/JavaScript, and C#/.NET codebases. Use when: (1) writing new code files or functions, (2) reviewing code for style and documentation compliance, (3) adding file headers or docstrings, (4) creating new tools that need inventory registration, (5) refactoring code that exceeds complexity thresholds, (6) setting up module structure. Covers file headers, function documentation, naming conventions, and tool inventory integration.
- ▌ Guardian · richfremMaster controller for agent session orchestration. Delegated to when starting a session (bootloader orientation), managing workflow routing (Orchestrator, Spec-Kitty), and ending a session (technical seal and soul persistence).
- ▌ Forge Soul Exporter · richfrem bundleExports sealed Obsidian vault notes into soul_traces.jsonl format for HuggingFace persistence. Implements snapshot isolation, git pre-flight checks, and consumes the huggingface-utils plugin for uploads.
- ▌ Guardian Onboarding · richfremMANDATORY - Master initialization and closure skill for new agent sessions. Grounds the agent in Protocol 128 (Hardened Learning Loop), handles Orchestrator handoff, and executes the formal Seal and Persist closure sequences.
- ▌ Spec Kitty Research · richfrem bundleRun the Phase 0 research workflow to scaffold research artifacts before task planning.
- ▌ Spec Kitty Workflow · richfrem bundleStandard operating procedures for the Spec Kitty agentic workflow (Plan -> Implement -> Review -> Merge).
- ▌ Tool Inventory Init · richfrem bundleInteractive Tool Inventory bootstrap. Use this when initializing a new project repo to configure the semantic tracking of Python/JS tools. It creates a dedicated RLM profile specifically for tools and performs the first intelligent distillation pass.
- ▌ Create Legacy Command · richfrem bundleInteractive initialization script that generates an Antigravity Workflow, Rule, or legacy Claude /command. Use when you need a simple flat-file procedural instruction set.
- ▌ Sanctuary Spec Kitty · richfremProject Sanctuary-specific skill for Spec-Driven Development. Knows the project's constitution, safety rules, AUGMENTED.md best practices, and how the spec-kitty-plugin should be configured for this project.
- ▌ Spec Kitty Checklist · richfrem bundleGenerate a custom checklist for the current feature based on user requirements.
- ▌
- ▌ Spec Kitty Implement · richfrem bundleCreate an isolated workspace (worktree) for implementing a specific work
- ▌ Spec Kitty Sync Plugin · richfrem bundleFull-cycle install or update of the Spec-Kitty framework - upgrades the CLI, refreshes templates, syncs the plugin, reconciles custom knowledge, and bridges to agent environments. Custom skill (not from upstream spec-kitty).
- ▌ Spec Kitty Constitution · richfrem bundleCreate or update the project constitution through interactive phase-based
- ▌ Ecosystem Cleanup Sync · richfremMaster synchronization and garbage collection skill. Synchronizes the local plugins against the vendor inventory. It safely cleans up orphaned artifacts from deleted plugins AND installs/updates all active plugins to the agent runtime environments (`.agent`, `.claude`, etc.).
- ▌ Rsvp Comprehension Agent · richfrem bundleSession manager for RSVP speed reading. Orchestrates reading sessions with pause, resume, speed adjustment, and comprehension check-ins. Invoke after generating an RSVP token stream with the rsvp-reading skill.
- ▌ Rlm Gap Fill · richfremAgent-powered RLM cache gap-fill orchestration. Audits the cache, generates a Markdown task list, and spawns a Sub-Agent to read missing files, write summaries, and inject them directly into the JSON.
- ▌ Sanctuary Soul Persistence · richfremProject Sanctuary-specific skill for managing Soul persistence to HuggingFace. Knows the exact .env parameters, discovery tags, dataset structure, and persistence workflows for this project. Uses the generic huggingface-utils plugin.
- ▌ Markdown To Msword Converter · richfrem bundleConverts Markdown files to one MS Word document per file using plugin-local scripts. V2 includes L5 Delegated Constraint Verification for strict binary artifact linting.
- ▌ Sanctuary Obsidian Integration · richfremProject Sanctuary-specific skill for managing the Obsidian vault as an external hippocampus. Knows the vault path, naming conventions, and integration patterns. Uses the generic obsidian-integration plugin.
- ▌ Sanctuary Orchestrator Integration · richfremSanctuary-specific integration skill connecting the Guardian to the Agent Loops Orchestrator. Maps the Separation of Concerns between strategic workflow definition (Spec-Kitty), cognitive execution (Orchestrator tracks), and environmental sovereignty (Guardian closures).
- ▌ Env Helper · richfrem bundleResolves shared ecosystem environment constants (HuggingFace credentials, dataset repo IDs, project root path) for any plugin without depending on internal shared libraries. V2 enforces Token Leakage constraints.
- ▌ Spec Kitty Agent · richfremCombined Spec-Kitty agent: Synchronization engine + Spec-Driven Development workflow. Auto-invoked for feature lifecycle (Specify → Plan → Tasks → Implement → Review → Merge) and agent configuration sync. Prerequisite: spec-kitty-cli installed.
- ▌ Agent Bridge · richfrem bundleBridge plugin capabilities (commands, skills, agents, hooks, MCP) to specific agent environments (Claude Code, GitHub Copilot, Gemini, Antigravity). Use this skill when converting or installing a plugin to a target runtime.
- ▌ Rsvp Reading · richfrem bundleConverts an input document (.txt, .md, .pdf, .docx) into a structured RSVP token stream with ORP alignment and configurable WPM. Use when a user wants to speed-read a document, prepare a reading session, or generate a token stream for a speed-reading UI.
- ▌ Zip Bundling · richfrem bundleCreate technical ZIP bundles of code, design, and documentation for external review or context sharing. Use when you need to package multiple project files into a portable `.zip` archive instead of a single Markdown file.
- ▌ Excel To CSV · richfrem bundleExcel to CSV conversion skill. Convert specific bounding tables or entire worksheets within `.xlsx` or `.xls` binary formats into flat `.csv` tabular data. Use this when you find an Excel file and need its data mapped into an accessible format for text analysis, filtering, or programmatic pipelining.
- ▌ Rlm Distill · richfremAgent-powered RLM cache distillation. Replaces the slow local Ollama distiller with the agent's own summarization capability for both rlm_summary_cache.json and rlm_tool_cache.json.
- ▌ Bridge Plugin · richfrem bundleBridge plugin capabilities (commands, skills, agents, hooks, MCP) to specific agent environments (Claude Code, GitHub Copilot, Gemini, Antigravity). Use this skill when converting or installing a plugin to a target runtime.
- ▌ Ollama Launch · richfrem bundleStart and verify the local Ollama LLM server. Use when Ollama is needed for RLM distillation, seal snapshots, embeddings, or any local LLM inference — and it's not already running. Checks if Ollama is running, starts it if not, and verifies the health endpoint.
- ▌ Vector DB Agent · richfrem bundleSemantic search agent for code and documentation retrieval using ChromaDB's Parent-Child architecture. Use when you need concept-based search across the repository. V2 includes L4/L5 retrieval constraints.
- ▌ Package Plugin · richfrem bundlePackage a plugin directory into a distributable ZIP archive with correct flags for symlink preservation, exclusion of build artifacts, and manifest validation before packaging.
- ▌ Protocol Agent · richfrem bundleProtocol document management agent. Auto-invoked when creating governance protocols, updating protocol status, or searching the protocol registry.
- ▌ Tool Inventory · richfrem bundleTool Inventory Manager and Discovery agent (The Librarian). Auto-invoked when tasks involve registering tools, searching for scripts, auditing coverage, or maintaining the tool registry. Combines ChromaDB semantic search with the Search → Bind → Execute discovery protocol. V2 includes L4/L5 Constraints to prevent hallucination.
- ▌ Context Bundling · richfrem bundleCreate technical bundles of code, design, and documentation for external review or context sharing. Use when you need to package multiple project files into a single Markdown file while preserving folder hierarchy and providing contextual notes for each file.
- ▌ Chronicle Agent · richfrem bundleLiving Chronicle journaling agent. Auto-invoked when creating project event entries, searching history, or reviewing past sessions.
- ▌ Session Closure · richfrem bundleManages the Protocol 128 multi-phase closure sequence including Technical Seal and Soul Persistence. Executes automatically when a session ends or work is complete.
- ▌ Spec Kitty Plan · richfrem bundleExecute the implementation planning workflow using the plan template
- ▌ Exploration Session Brief · richfrem bundleInteractive co-authoring skill for the wide end of the exploration funnel. Captures and refines the core intent, whether the outcome is a software app, a business process improvement, research analysis, or strategic roadmap. Guides users through gathering context, iteratively drafting the brief, and testing for blind spots.
- ▌ Subagent Driven Prototyping · richfrem bundleBuilds a prototype component by component, self-reviewing each component against the Discovery Plan before moving to the next. Invoked by prototype-builder after the layout direction is confirmed. Trigger phrases: "build the prototype", "let's build it", "start building". Also invoked by prototype-builder-agent after visual-companion confirms layout.
- ▌ Vibe To Speckit Superpowers · richfrem bundleEnd-to-end pipeline that transforms an undocumented vibe-coded prototype into a Spec Kit-compatible specification package and a Superpowers-ready implementation handoff, including characterization tests, domain extraction, architecture decisions, task breakdown, TDD strategy, worktree guidance, and certification reports.
- ▌ Vibe Behavioral Test Capture · richfrem bundleBuilds an executable safety net of characterization tests by integrating browser flow recording, API payload snapshotting, DOM state captures, network traces, and mock fixture generation.
- ▌ Business Requirements Capture · richfrem bundleCaptures and refines business requirements, including functional requirements, non-functional requirements, business rules, constraints, assumptions, and success measures. Produces structured BRD-style documents with [CONFIRMED] and [UNCONFIRMED] confidence markers. Trigger with "capture requirements", "generate a BRD", "document business rules", "list the constraints", or "create a requirements document".
- ▌ Example Skill · richfrem bundleUse when demonstrating a correctly structured agent skill. Trigger when the user asks to "show a well-formed skill", "give me a skill template", or "what does a compliant SKILL.md look like". Also triggers for regression testing: this fixture MUST score maturity >= L2 with zero Critical or Error findings.
- ▌ Vibe Domain Extractor · richfrem bundleExtracts pure, framework-free, IO-free domain models and deterministic business rules from a rapid prototype with strict preservation vs replacement classification and purity audit enforcement.
- ▌ Obsidian Canvas Architect · richfrem bundleProgrammatically create and manipulate Obsidian Canvas (.canvas) files using JSON Canvas Spec 1.0. Enables agents to generate visual flowcharts, architecture diagrams, and planning boards. Use when creating or editing visual canvas files.
- ▌ Obsidian Markdown Mastery · richfrem bundleCore markdown syntax skill for Obsidian. Enforces strict parsing and authoring of Obsidian proprietary syntax (Wikilinks, Blocks, Headings, Aliases, Embeds, Callouts). Use when reading, writing, or validating Obsidian-flavored markdown.
- ▌ Using Exploration Cycle · richfrem bundleUse when starting any conversation - establishes how to find and follow the business exploration workflow.
- ▌ Ecosystem Authoritative Sources · richfrem bundleProvides information about how to create, structure, install, and audit Agent Skills, Plugins, Antigravity Workflows, and Sub-agents. Trigger this when specifications, rules, or best practices for the ecosystem are required.
- ▌ Vibe Browser Audit · richfrem bundleA visual & functional crawler operation utilizing Chrome DevTools Protocol (CDP) or Playwright/Puppeteer to audit prototype UI/UX and behavior.
- ▌ Vibe Spec Packager · richfrem bundleA package builder skill that compiles specs/ documents into standard spec-kits and scaffolds the clean target codebase sandbox.
- ▌ Obsidian Bases Manager · richfrem bundleRead and manipulate Obsidian Bases (.base) files - YAML-based database views that render as tables, cards, and grids inside the vault. Use when reading, appending rows, or updating cells in a Base file.
- ▌ Obsidian Rlm Distiller · richfrem bundleDistills wiki source files into the RLM summary layer (summary.md, bullets.md, deep.md) using the cheapest available LLM CLI. Routes to Copilot gpt-5-mini first, then Claude Haiku, then Gemini Flash. Never uses Ollama. Use when wiki nodes need RLM summaries generated or refreshed.
- ▌ Optimize Agent Instructions · richfrem bundleAudits and rewrites AI agent instruction files (AGENTS.md, CLAUDE.md, GEMINI.md, .github/copilot-instructions.md) in any repo. Strips stale or foreign content, applies Karpathy's four behavioral principles, ensures platform-specific sections, and makes each file authoritative rather than a copy of another. Trigger when the user says "optimize my CLAUDE.md", "audit agent instructions", "improve my AGENTS.md", "apply Karpathy principles to my agent files", "clean up my copilot instructions", "review my GEMINI.md", or "update my AI instruction files".
- ▌ Exploration Handoff · richfrem bundleInteractive co-authoring skill for the narrow end of the exploration funnel. Synthesizes session briefs, BRDs, story sets, and prototype notes into a structured handoff package targeted at the correct downstream consumer (e.g., formal software specs, strategic roadmaps, or process documentation).
- ▌ Vibe Slice Migrator · richfrem bundleProgressively migrates legacy prototype routes and features to a clean architecture layer slice-by-slice, verifying them against characterization tests, running purity/drift checks, and executing completion certifications.
- ▌ Exploration Workflow · richfrem bundleSME-facing orchestrator for the Business Exploration Loop. Supports 4 session types (greenfield, brownfield, discovery-only, spike) with adaptive phase selection. Manages state via exploration-dashboard.md, enforces phase gates, and routes to child skills in sequence. Phases can be skipped based on session type. Single canonical entry point — invoke at the start of any exploration session or to resume an in-progress session. Trigger phrases: "start an exploration", "let's explore this idea", "resume my exploration", "where did we leave off", "start discovery".
- ▌ Vibe Togaf Architect · richfrem bundleA system architecture scaffolder designed to synthesize visual discoveries and interactive Q&A responses into comprehensive C4 and TOGAF specs.
- ▌ Obsidian Graph Traversal · richfrem bundleSemantic link traversal for Obsidian Vaults. Builds an in-memory graph index from wikilinks and provides instant forward-link, backlink, and multi-degree connection queries. Use when exploring note relationships or finding orphaned notes.
- ▌ Business Workflow Doc · richfrem bundleGenerate Mermaid flowcharts documenting business processes, state machines, and workflow logic from session captures. Use when you need to map multi-step processes, approval flows, user journeys, or decision trees during exploration. Trigger with "map this workflow", "create a process diagram", "flowchart the business process", "document this workflow", or "visualize the state machine".
- ▌ Exploration Optimizer · richfrem bundleEvaluates and improves the exploration-cycle skills, prompts, routing, and artifact quality using baseline-first, one-hypothesis iteration loops with keep-discard decisions and experiment ledgers.
- ▌ Visual Companion · richfrem bundlePresents layout options to the SME in plain language before any prototype construction begins. Invoked after the Discovery Plan is approved to confirm visual structure and direction. Trigger phrases: "what should it look like", "show me some layout options", "let me see the design options before we build". Also invoked by prototype-builder after plan approval.
- ▌ Obsidian Query Agent · richfrem bundleProgressive-disclosure query against the Obsidian LLM wiki. Returns RLM summary first, expands to bullets, then full wiki node on demand. Use when looking up concepts, searching the wiki, or getting instant context from the knowledge graph.
- ▌ Obsidian Wiki Linter · richfrem bundleRuns a semantic health check over the Obsidian LLM wiki using the cheapest available LLM CLI. Finds inconsistencies, missing concepts, stale articles, connection candidates, and new article suggestions. Writes a structured report to meta/lint-report.md. Use when the wiki is large enough to have quality drift, or as a periodic maintenance step.