Find the perfect skill
Pull Configuration from GitHub
Development
Pulls the latest configuration from your GitHub repository and automatically merges it with local settings. Use this regularly to keep your Claude sync settings up-to-date across multiple machines.
Manage Claude Code Agents
Development
Create, modify, and manage Claude Code subagents with specialized expertise. Configure YAML frontmatter, system prompts, tool restrictions, MCP integration, model selection, and testing. Useful when you need to set up domain experts, code generators, or orchestrators.
Fix Notebook Errors
Development
Diagnoses and resolves errors in Jupyter notebooks, including Python code bugs, JSON schema violations, and source library issues. It automatically removes problematic cell IDs and normalizes nbformat_minor to fix nbconvert failures. Useful when notebook execution fails due to code logic, missing imports, or invalid metadata.
AC Framework Spec-Driven Workflow
Development
Initialize and manage AC Framework spec-driven workflows using acfm CLI. Use when setting up spec workflows, checking project status, creating changes, or understanding the .acfm/ vs openspec/ directory structures. Essential first step before using any OpenSpec skills.
pSEO Page Templates with Dynamic Routing
Development
Create page templates with dynamic routing for programmatic SEO. Ensure each generated page has unique, intent-matched content with differentiated titles, headings, descriptions, and FAQs. Useful when building or refactoring pSEO page templates or setting up dynamic routes that must produce valuable, non-thin content at scale.
Runs Index Update
Development
Deterministically updates status, last_flow, and updated_at fields in .runs/index.json, producing stable diffs without creating the file. Only usable by run-prep and cleanup agents via the shim script. Fails if the index file is missing.
Koan Performance Optimization
Development
Provides patterns for streaming large datasets, batch operations, fast metadata-based counts, and pagination in Koan applications. Helps optimize performance by avoiding memory overflows, reducing query counts, and accelerating bulk operations. Use when scaling applications or facing performance bottlenecks.
Refresh Architectural Context
Development
Loads and provides architectural context for the PSX Memory Card Manager project by reading architecture.md and architecture.puml files. Use this skill at the start of a new session or when you need to understand MVVM structure, dependencies, and data flow before making code changes.
Hook Development for Claude Code
Development
Guide for developing Claude Code hooks - shell commands that execute automatically in response to tool calls and notifications. Use this when users want to create, debug, or optimize hooks for automating workflows like linting, formatting, notifications, or custom validations. Supports PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification events.
Git Sync
Development
Synchronizes the local default branch with its remote counterpart, ensuring an up-to-date base for creating new worktrees. Handles uncommitted changes, auto-detection failures, and divergent branches with structured output and interactive recovery options.
WidgetKit and Live Activities
Development
Comprehensive guide to creating Home Screen widgets, Live Activities, Dynamic Island, and Control Center widgets using WidgetKit and SwiftUI.
FastAPI Project Templates
Development
Creates production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Helps when starting new FastAPI applications or setting up backend API projects.