All authors
richfrem avatar

Claude Skills by richfrem

github.com/richfrem
277 skillsA× 265B× 10C× 20 installs89 views
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
Vector Db CleanupA

Removes stale and orphaned chunks from the ChromaDB vector store for files that have been deleted or renamed. Use after files are removed or moved to keep the vector index in sync with the filesystem. <example> user: "Clean up the vector store after I deleted some files" assistant: "I'll use vector-db-cleanup to remove orphaned chunks." </example> <example> user: "The vector database has chunks for files that no longer exist" assistant: "I'll run vector-db-cleanup to prune them." </example>

databasespythonshell
0
4
Vector Db IngestA

Ingests repository files into the ChromaDB vector store. Builds or updates the vector index from a manifest or directory scan using ingest.py. Use when new files need to be indexed or the vector store is out of date. <example> user: "Index these new plugin files into the vector database" assistant: "I'll use vector-db-ingest to add them to the vector store." </example> <example> user: "The vector store is missing recent files -- update it" assistant: "I'll use vector-db-ingest to re-index th...

ai-agentspythonbash
0
4
Vector Db InitA

Interactively initializes the Vector DB plugin. Installs the required pip dependencies (chromadb, langchain wrappers) and configures the vector_profiles.json for Native Python Server connections. Run this before attempting to use the vector-db-search or vector-db-launch skills.

devopspythonbash
0
4
Vector Db LaunchB

Start the Native Python ChromaDB background server. Use when semantic search returns connection refused on port 8110, or when the user wants to enable concurrent agent read/writes.

toolspythonbash
0
4
Vector Db SearchA

Semantic search skill for retrieving code and documentation from the ChromaDB vector store. Use when you need concept-based search across the repository (Phase 2 of the 3-phase search protocol). V2 includes L4/L5 retrieval constraints.

ai-agentspythongo
0
4
CommandsA

Validate feature readiness and guide final acceptance steps.

toolsgobash
0
4
Coding ConventionsA

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

developmentjavascripttypescript
0
4
Doc CoauthoringA

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

documentationrustgo
0
4
Ecosystem Cleanup SyncA

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

toolspythongo
0
4
Inventory SyncA

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

toolspythongo
0
4
Migration UtilsA

Standardized plugin for migration-utils.

databases
0
4
Plugin BootstrapA

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

toolspythonbash
0
4
Rlm DistillA

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

documentationpythongo
0
4
Rlm Factory Rlm Gap FillA

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

documentationpythongo
0
4
Sanctuary GuardianA

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

ai-agentsgit
0
4
Tool Discovery (The Librarian)A

MANDATORY: Use this skill whenever you need to perform a technical task (scanning, graphing, auditing) but lack a specific tool in your current context. Accesses the project's "Shadow Inventory" of specialized scripts.

toolspythonrust
0
3