Find the perfect skill
Programming Ruby
Development
Best practices and idiomatic conventions for Ruby development. Covers code style, control structures, and language philosophy.
Skill Development for Claude Code
Development
Create, edit, and organize modular skills to extend Claude's capabilities. Manages SKILL.md structure, validation, and distribution best practices.
Spawn Search Agents
Development
Guide to using search agents for information gathering: codebase exploration, references, and web search.
GitHub Pull Request Review
Development
Analyze a GitHub pull request by extracting diff, comments, related issues, and local code context. Automates dependency verification and CI status checks.
Community Features Expert
Development
Master community and social features including prayer wall, groups, direct messaging, CloudKit sync, and content moderation.
AST-based Code Editing
Development
Edit code by finding functions by name, not text matching. Edits always succeed through AST analysis instead of fragile text replacements.