Skip to content

Updated Skill System#178

Closed
janfeddersen-wq wants to merge 6 commits intompfaffenberger:mainfrom
janfeddersen-wq:main
Closed

Updated Skill System#178
janfeddersen-wq wants to merge 6 commits intompfaffenberger:mainfrom
janfeddersen-wq:main

Conversation

@janfeddersen-wq
Copy link
Contributor

Bundled Skills Catalog
• 45+ production-ready skills bundled directly in the package across 7 categories:
◦ Data — exploration, validation, visualization, SQL queries, dashboards, statistical analysis
◦ Finance — audit support, close management, financial statements, journal entries, reconciliation, variance analysis
◦ Legal — contract review, compliance, NDA triage, legal risk assessment, canned responses, meeting briefings
◦ Office — DOCX generation (with full OOXML schemas), Excel, PowerPoint, PDF
◦ Software — various development skills
◦ Biology — single-cell RNA QC analysis with scverse integration
• Catalog discovery via skill_catalog.py — auto-scans bundled_skills/ directory, parses SKILL.md metadata, supports search/filter by category

/skills install — Interactive TUI Browser
• Browse skills by category with a prompt_toolkit TUI menu
• Shows skill name, description, tags, and install status (✅ already installed)
• Confirmation prompts before install, with force-overwrite option for reinstalls
• Installs to ~/.code_puppy/skills// (copies skill folder without the category wrapper)

/skills Command Overhaul
/skills (bare) — now shows a compact Rich overview panel with status, counts, and available subcommands (previously launched TUI immediately)
/skills tui — launches the interactive TUI manager (moved from bare /skills)
/skills list — text list of installed skills
/skills install — browse & install from catalog
/skills install <id> — install a specific skill by ID
/skills enable / /skills disable — toggle skills integration

Autocomplete
• New SkillsCompleter for prompt_toolkit — typing /skills shows subcommand dropdown (like /mcp does)
• /skills install shows all available bundled skill IDs as completions
• Lazy-loaded catalog with 30s cache for performance

@coderabbitai
Copy link

coderabbitai bot commented Feb 14, 2026

Important

Review skipped

Too many files!

This PR contains 255 files, which is 105 over the limit of 150.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant