
Claude Skills by jellydn
github.com/jellydnAuto-activate CCS CLI delegation for deterministic tasks. Parses user input, auto-selects optimal profile (glm/kimi/custom) from ~/.ccs/config.json, enhances prompts with context, executes via `ccs {profile} -p "task"` or `ccs {profile}:continue`, and reports results. Triggers on "use ccs [task]" patterns, typo/test/refactor keywords. Excludes complex architecture, security-critical code, performance optimization, breaking changes.
Manages Architecture Decision Records (ADR) for tracking important architectural decisions
Orchestrate parallel codebase analysis to produce 7 structured documents about the codebase in .planning/codebase/
Creates detailed handoff plans of conversations for continuing work in new sessions
Resumes work from a previous handoff session which are stored in `.claude/handoffs/`
Fix PR review comments by implementing requested changes
Generate a Product Requirements Document (PRD) for a new feature. Use when planning a feature, starting a new project, or when asked to create a PRD. Triggers on: create a prd, write prd for, plan this feature, requirements for, spec out.
Project-specific knowledge management system using qmd MCP server. Captures learnings, issue notes, and conventions in a searchable knowledge base.
Convert PRDs to prd.json format for the Ralph autonomous agent system. Use when you have an existing PRD and need to convert it to Ralph's JSON format. Triggers on: convert this prd, turn this into ralph format, create prd.json from this, ralph json.
Removes AI-generated code slop from git diffs to maintain code quality
Guides through the complete TDD workflow with Red-Green-Refactor cycle