Find the perfect skill
Git Safety Rules
Development
Critical rules to prevent destructive git operations. Always use diff and manual edits instead of checkout.
Scaffold dbt-lineage product skill
Development
Scaffolds a new product skill for the dbt-lineage Claude Code plugin, matching repo conventions. Generates SKILL.md, updates README, and verifies CLI surface.
DCO Sign-off Recovery
Development
Recover commits missing DCO sign-off: amend, interactive rebase, cherry-pick, and verification before push.
Open GitHub Repository
Development
Opens the GitHub sync repository page associated with Claude Code in the default browser. It reads the remote URL from the local git configuration and converts it to an HTTPS link. Useful for quickly accessing the repository without manually navigating to it.
SonarQube Integration
Development
Installs sonarqube-cli if needed, authenticates, and integrates SonarQube with the current agent via analysis hooks and MCP Server.
C Systems Programming Expert
Development
Write efficient C code with memory management, pointers, and system calls. For embedded systems, kernel modules, and performance-critical code.
EF Core Skill for Piano Learning Tracker
Development
Specialized agent for Entity Framework Core in an ASP.NET Core MVC application for tracking piano student progress. Handles models, migrations, DbContext, and repositories.
asc CLI usage
Development
Guidance for using the asc CLI for App Store Connect, including flags, output formats, pagination, auth, and command discovery.
Android Development with Kotlin
Development
Build native Android apps with Kotlin using MVVM, Jetpack Compose, Retrofit, and Room.
List Claudia Tasks
Development
Lists all tasks in the Claudia orchestrator via the test CLI. Use this skill to view running, completed, or errored tasks along with their IDs, names, statuses, and workspaces. Optionally, pass a specific task ID to get detailed information about that task.
Skill Distillation from History
Development
Analyzes AI agent session history across multiple tools to discover recurring workflows and auto-generate new skills.
Add Story to Backlog
Development
Adds a new story to the Backlog table in ProductSpecification/stories.md, with duplicate checks and story quality gates.