All authors
richfrem avatar

Claude Skills by richfrem

github.com/richfrem
277 skillsA× 265B× 10C× 20 installs89 views
OrchestratorA

(Industry standard: Routing Agent / Orchestrator Pattern) Primary Use Case: Analyzing an ambiguous trigger and routing it to one of the specific specialized implementations. Routes triggers to the appropriate agent-loop pattern. Use when: assessing a task, research need, or work assignment and deciding whether to run a simple learning loop, red team review, dual-loop delegation, or parallel swarm. Manages shared closure (seal, persist, retrospective, self-improvement).

code-qualitypythonbash
0
4
Plugin MaintenanceA

Audits, 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.

documentationpythongo
0
4
Plugin ReplicatorA

Developer 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.

developmentpythonbash
0
4
Red Team ReviewA

(Industry standard: Review and Critique Pattern) Primary Use Case: Iterative generation paired with adversarial review, continuing until an 'Approved' verdict is reached. Orchestrated adversarial review loop. Use when: research, designs, architectures, or decisions need to be reviewed by red team agents (human, browser, or CLI). Iterates in rounds of research → bundle → review → feedback until approved.

ai-agentsbashsecurity
0
4
Rlm CuratorA

Knowledge Curator agent skill for the RLM Factory. Auto-invoked when tasks involve distilling code summaries, querying the semantic ledger, auditing cache coverage, or maintaining RLM hygiene. Supports both Ollama-based batch distillation and agent-powered direct summarization. V2 enforces Concurrency Safety constraints.

ai-agentspythongo
0
4
Rsvp ReadingA

Converts 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.

code-qualitypythonbash
0
4
Rsvp Speed Reader Rsvp Comprehension AgentA

Session 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.

toolsbashapi
0
4
Synthesize LearningsA

Convert raw plugin analysis results into actionable improvement recommendations for agent-scaffolders and agent-skill-open-specifications. Trigger with "synthesize learnings", "generate improvement recommendations", "what should we improve in our scaffolders", "update our meta-skills based on these findings", or after completing a plugin analysis.

researchgobash
0
4
Task AgentA

Task management agent. Auto-invoked for task creation, status tracking, and kanban board operations using Markdown files across lane directories. V2 enforces Kanban Sovereignty constraints preventing manual task file edits.

toolspythonbash
0
4
Vector Db AgentA

Semantic 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.

ai-agentspythongo
0
4
Zip BundlingA

Create 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.

code-qualitypythongo
0
4
Agent Plugin AnalyzerA

Run the targeted analysis pipeline on a single Agent Skill. This allows for focused extraction and synthesis from isolated directories without processing an entire plugin.

documentation
0
4
Spec KittyA

Validate feature readiness and guide final acceptance steps.

toolsgobash
0
4
Example SkillA

A minimal well-structured plugin used as a test fixture for self-audit regression testing.

testinggotesting
0
4
Bridge PluginA

Bridge 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.

ai-agentspythongo
0
4
Chronicle AgentA

Living Chronicle journaling agent. Auto-invoked when creating project event entries, searching history, or reviewing past sessions.

toolspythongo
0
4
Coding Conventions AgentA

Coding 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.

developmentjavascripttypescript
0
4
Create Azure AgentA

Interactive initialization script that generates Azure AI Foundry Agent API deployment wrappers (Python SDK and Bicep basics) from an existing Agent Skill. Use when adapting a skill into an Azure Foundry environment.

devopspythongo
0
4
Dependency ManagementA

Python dependency and environment management for multi-service or monorepo python backends. Use when: (1) adding, upgrading, or removing a Python package, (2) responding to Dependabot or security vulnerability alerts (GHSA/CVE), (3) creating a new service that needs its own requirements files, (4) debugging pip install failures or Docker build issues related to dependencies, (5) reviewing or auditing the dependency tree, (6) running pip-compile. Enforces the pip-compile locked-file workflow a...

toolspythonbash
0
4
Env HelperB

Resolves 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.

toolspythonshell
0
4
Excel To CsvA

Excel 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.

toolspythonrust
0
4
Forge Soul ExporterA

Exports 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.

developmentpythonbash
0
4
Guardian OnboardingA

MANDATORY - 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.

ai-agentspythongo
0
4
Maintain PluginsA

Audits, 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.

documentationpythongo
0
4
Markdown To Msword ConverterA

Converts Markdown files to one MS Word document per file using plugin-local scripts. V2 includes L5 Delegated Constraint Verification for strict binary artifact linting.

toolspythonrust
0
4
Memory ManagementA

Tiered memory system for cognitive continuity across agent sessions. Manages hot cache (session context loaded at boot) and deep storage (loaded on demand). Use when: (1) starting a session and loading context, (2) deciding what to remember vs forget, (3) promoting/demoting knowledge between tiers, (4) user says 'remember this' or asks about project history.

businessgobash
0
4
Ollama LaunchB

Start 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.

ai-agentsbashapi
0
4
Package PluginA

Package a plugin directory into a distributable ZIP archive with correct flags for symlink preservation, exclusion of build artifacts, and manifest validation before packaging.

developmentpythonbash
0
4
Podcast SummarizerA

Summarize podcast episodes from audio metadata. Extracts ID3 tags, chapter markers, and show notes.

toolspythonbash
0
4
Protocol AgentA

Protocol document management agent. Auto-invoked when creating governance protocols, updating protocol status, or searching the protocol registry.

businesspythongo
0
4
Replicate PluginA

Developer 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.

developmentpythonbash
0
4
Rlm Cleanup AgentA

Removes stale and orphaned entries from the RLM Summary Ledger. Use after files are deleted, renamed, or moved to keep the ledger in sync with the filesystem. <example> user: "Clean up the RLM cache after I renamed some files" assistant: "I'll use rlm-cleanup-agent to remove stale entries from the ledger." </example> <example> user: "The RLM ledger has entries for files that no longer exist" assistant: "I'll run rlm-cleanup-agent to prune orphaned entries." </example>

ai-agentspythonbash
0
4
Rlm Distill AgentA

Distills uncached files into the Recursive Language Model(RLM) Summary cache Ledger. You (the agent) ARE the distillation engine. Read each file deeply, write a high-quality 1-sentence summary, inject it via inject_summary.py. The purpose is if you read the full file once and produce a great summary once it will avoid the need to read the file every time you need to know what the script does or what the details of the file are. most cases the RLM summary should be sufficient. Use when files...

ai-agentspythongo
0
4
Rlm InitA

Interactive RLM cache initialization. Use when: setting up a new project's semantic cache for the first time, or adding a new cache profile. Walks the user through folder selection, extension config, manifest creation, and first distillation pass.

documentationpythongo
0
4
Rlm SearchA

3-Phase Knowledge Search strategy for the RLM Factory ecosystem. Auto-invoked when tasks involve finding code, documentation, or architecture context in the repository. Enforces the optimal search order: RLM Summary Scan (O(1)) -> Vector DB Semantic Search -> Grep/Exact Match. Never skip phases.

documentationpythongo
0
4
Sanctuary MemoryB

Project 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.

ai-agentspythonbash
0
4
Sanctuary Obsidian IntegrationA

Project 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.

toolspythonbash
0
4
Sanctuary Orchestrator IntegrationA

Sanctuary-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).

toolsgitdocumentation
0
4
Sanctuary Soul PersistenceB

Project 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.

toolspythonbash
0
4
Sanctuary Spec KittyA

Project 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.

toolsrustbash
0
4
Session BootloaderA

Initializes 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.

toolspythonrust
0
4
Session ClosureA

Manages the Protocol 128 multi-phase closure sequence including Technical Seal and Soul Persistence. Executes automatically when a session ends or work is complete.

researchpythonbash
0
4
Spec Kitty AcceptA

Validate feature readiness and guide final acceptance steps.

toolsgobash
0
4
Spec Kitty AgentA

Combined 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.

toolspythongo
0
4
Spec Kitty AnalyzeA

Perform a non-destructive cross-artifact consistency and quality analysis

documentationgovue
0
4
Spec Kitty ChecklistA

Generate a custom checklist for the current feature based on user requirements.

testinggotesting
0
4
Spec Kitty ClarifyA

Identify underspecified areas in the current feature spec by asking up

businessgoapi
0
4
Spec Kitty ConstitutionA

Create or update the project constitution through interactive phase-based

documentationtypescriptpython
0
4
Spec Kitty DashboardA

Open the Spec Kitty dashboard in your browser.

toolsbash
0
4
Spec Kitty ImplementA

Create an isolated workspace (worktree) for implementing a specific work

toolspythonshell
0
4