Find the perfect skill
Character Entities
Development
Core system for managing playable and non-playable character entities with identity, location, inventory, and relationships. Defines fundamental patterns for character representation in virtual worlds.
Test Skill
Development
A test skill for experimenting with the SKILL.md format. It uses the 'name' field instead of the 'id' field in the frontmatter. This skill is useful for verifying that Claude Code correctly parses SKILL.md files.
View Pull Request Details
Development
View details of a pull request including title, description, status, author, and branches. Use this to understand what a PR is about or check its status before review.
Frontend Responsive Design
Development
Implement mobile-first responsive designs with fluid layouts, breakpoints, relative units, and touch-friendly interfaces that work across all device sizes.
Feature Implementation
Development
Implement new features or optimize code as a senior Python engineer, strictly following documented architecture and project conventions.
Umbraco Dashboard Implementation
Development
Build customizable dashboards in Umbraco backoffice to display information and functionality with visibility conditions and section controls.
Zendesk API Integration
Development
Enables testing Zendesk API connection, reading tickets with full comments, listing macros, and exporting tickets using the incremental export API. Helps with customer support workflows, data migration, and workflow auditing.
Cortex - Claude's Cognitive Layer
Development
Provides persistent memory across Claude Code sessions. Enables searching past memories, reflecting on topics, storing learnings, and consolidating knowledge. Helps maintain context and leverage past experiences.
OCTAVE Literacy
Development
Fundamental reading and writing capability for the OCTAVE format. Provides agents with basic structural competence without full architectural specification overhead.
Commit Assistant
Development
Provides guidance on conventional commits and auto-generates commit messages from staged changes. Integrates with /ccpm:commit to create git commits linked to Linear issues. Activates when users ask about committing or need help with commit message formats.
Frontend Components
Development
Guides the creation of reusable, composable UI components with clear interfaces and proper state management. Use it when building or updating component files in standard directories, designing props and APIs, composing smaller components, or refactoring monolithic ones.
AST-Based Code Editing
Development
Edits code by function name using AST, avoiding failures from text-based matching when code appears multiple times. Ideal for safe renaming, moving files, and refactoring functions with automatic import updates and caller adjustments.