.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/cowwoc/cat
home/skills/cowwoc/cat
cowwoc avatar

cowwoc/cat

33 skills · 3 total installs

View on GitHub
$npx skills add cowwoc/cat
SkillInstalls
grep-and-readFind and read multiple files in one operation (50-70% faster for exploration)3batch-readFind and read multiple files in one operation (50-70% faster for exploration)—collect-resultsGather results from completed subagent including commits, metrics, and state updates—compare-docsCompare two documents semantically with relationship preservation to identify content and structural differences—decompose-taskSplit oversized task into smaller tasks with proper dependency management—format-documentationGuide for formatting Claude-facing documentation with proper line wrapping and YAML multi-line syntax—get-historyAccess raw conversation history from Claude Code session storage for analysis—get-session-idReference for accessing session ID via ${CLAUDE_SESSION_ID} automatic substitution—git-amendMANDATORY: Use instead of `git commit --amend` - verifies HEAD and push status first—git-commitGuide for writing clear, descriptive commit messages—git-merge-linearMerge task branch to base branch with linear history (works from task worktree)—git-rebaseMANDATORY: Use instead of `git rebase` - provides automatic backup and conflict recovery—git-rewrite-historyMANDATORY: Use instead of `git filter-branch` - safer git-filter-repo with recovery—git-squashMANDATORY: Use instead of `git rebase -i` for squashing - unified commit messages—learn-from-mistakesAnalyze mistakes with conversation length as potential cause (CAT-specific)—merge-subagentMerge subagent branch into task branch with conflict resolution and cleanup—monitor-subagentsCheck status of running subagents including token usage and context limits—parallel-executeOrchestrate multiple independent subagents concurrently with coordinated collection—register-hookCreate and register hook scripts with proper error handling and settings—release-pluginPurpose: Release a new version of a Claude Code plugin by merging to main, tagging, and preparing the next version branch.—render-boxRender boxes and tables with proper emoji-aware alignment using box-drawing characters—render-diffMANDATORY: Use BEFORE showing ANY diff to user - transforms git diff into 4-column table with box characters (╭╮╰╯│).—run-retrospectiveRun scheduled retrospective analysis, derive action items, and track effectiveness—safe-remove-codeSafely remove code patterns from multiple files with validation and rollback (project)—safe-rmMANDATORY: Use instead of rm -rf or rm -r to prevent shell session breakage—shrink-docCompress documentation while preserving execution equivalence (validation-driven approach)—skill-builderUse BEFORE creating or updating any skill OR command - decomposes goal into forward steps via backward reasoning—spawn-subagentLaunch subagent with task context in isolated worktree with token tracking—stakeholder-reviewMulti-perspective quality review gate with architect, security, quality, tester, and performance stakeholders—tdd-implementationSee also: tdd.md for TDD philosophy and when to use TDD vs standard implementation.—token-reportGenerate detailed token usage report with threshold analysis and recommendations—validate-git-safetyMANDATORY: Run before git push --force, rebase, or reset to verify safety—write-and-commitCreate file and commit atomically (60-75% faster than step-by-step)—