All authors
richfrem avatar

Claude Skills by richfrem

github.com/richfrem
116 skillsA× 109B× 70 installs28 views
Flawed SkillA

A deliberately broken skill that should trigger multiple anti-pattern detections during analysis.

toolsbashapi
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
L4 Pattern DefinitionsA

**Use Case:** Complex domains where the agent needs to generate its own contextual reference files or even scaffold out entirely new skills dynamically.

tools
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
Spec Kitty MergeA

Merge a completed feature into the target branch and clean up worktree

developmentbashgit
0
4
Spec Kitty PlanA

Execute the implementation planning workflow using the plan template

researchbashgit
0
4
Spec Kitty ResearchA

Run the Phase 0 research workflow to scaffold research artifacts before task planning.

datagobash
0
4
Spec Kitty ReviewA

Perform structured code review and kanban transitions for completed task

toolspythonbash
0
4
Spec Kitty SpecifyA

Create or update the feature specification from a natural language feature

developmentgoshell
0
4
Spec Kitty StatusA

Display kanban board status showing work package progress across lanes (planned/doing/for_review/done).

toolspythonbash
0
4
Spec Kitty Sync PluginA

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

testingpythongo
0
4
Spec Kitty TasksA

Generate grouped work packages with actionable subtasks and matching

businessgoshell
0
4
Spec Kitty WorkflowA

Standard operating procedures for the Spec Kitty agentic workflow (Plan -> Implement -> Review -> Merge).

businesspythongo
0
4
Tool Inventory InitA

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

toolspythonbash
0
4
Tool InventoryA

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

documentationpythonbash
0
4