Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
backend-dev
Comprehensive backend development workflow that orchestrates expert analysis, architecture design, implementation, and deployment using the integrated toolset. Handles everything from API design and database architecture to security implementation and DevOps automation.
julianromli/ai-skills 148
-
frontend-ui-integration
Implement or extend a user-facing workflow in a web application, integrating with existing backend APIs. Use when the feature is primarily a UI/UX change backed by existing APIs, affects only the web frontend, and requires following design system, routing, and testing conventions.
julianromli/ai-skills 148
-
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
julianromli/ai-skills 148
-
architect
Architecture review, design decisions, and ADR writing
hivellm/rulebook 10
-
refactor
Identify code smells and execute safe refactorings
hivellm/rulebook 10
-
docs
Generate or update project documentation based on recent changes
hivellm/rulebook 10
-
rulebook-git-workflow
Git workflow standards including branching strategy, commit conventions, and PR guidelines. Use when creating branches, writing commit messages, preparing pull requests, or following git best practices.
hivellm/rulebook 10
-
rulebook-skill-disable
Disable a skill in the project configuration. Removes its rules from the next AGENTS.md generation. Use to remove unwanted capabilities.
hivellm/rulebook 10
-
rulebook-task-management
Spec-driven task management for features and breaking changes using OpenSpec format. Use when creating new features, planning breaking changes, organizing development work, or managing project tasks with proposals and specifications.
hivellm/rulebook 10
-
rulebook-task-validate
Validate a Rulebook task format and structure against OpenSpec requirements. Use before archiving or to verify task quality.
hivellm/rulebook 10
-
rulebook-task-show
Show complete details of a Rulebook task including proposal, checklist, design, and specs. Use to understand task requirements before implementation.
hivellm/rulebook 10
-
rulebook-task-update
Update a Rulebook task status. Use to mark tasks as in-progress, completed, or blocked.
hivellm/rulebook 10
-
rulebook-mcp
MCP server overview and integration guide. Use this for setup, configuration, and discovering available MCP tools for task and skill management.
hivellm/rulebook 10
-
rulebook-skill-show
Show detailed information about a specific skill including metadata, content preview, and enabled status. Use to inspect a skill before enabling it.
hivellm/rulebook 10
-
rulebook-typescript
TypeScript development with strict mode, Vitest testing, ESLint linting, and CI/CD best practices. Use when working on TypeScript projects, writing tests, configuring linting, or setting up build pipelines.
hivellm/rulebook 10
-
rulebook-quality-gates
Automated quality checks and enforcement for code commits. Use when validating code quality, running pre-commit checks, ensuring test coverage, or enforcing coding standards before commits and pushes.
hivellm/rulebook 10
-
rulebook-task-list
List all Rulebook tasks with optional status filtering and archive inclusion. Use to check project tasks, progress, or find tasks by status.
hivellm/rulebook 10
-
rulebook-task-archive
Archive a completed Rulebook task to the archive directory with date prefix. Use after a task is fully implemented and validated.
hivellm/rulebook 10
-
rulebook-skill-validate
Validate the current skills configuration for conflicts, missing dependencies, and errors. Use to ensure skills are properly configured.
hivellm/rulebook 10
-
rulebook-task-delete
Permanently delete a Rulebook task. Cannot be undone. Prefer archiving completed tasks instead.
hivellm/rulebook 10
-
rulebook-skill-list
List all available Rulebook skills, optionally filtered by category or enabled status. Use to discover what skills are available for the project.
hivellm/rulebook 10
-
rulebook-skill-enable
Enable a skill in the project configuration. Checks for conflicts with existing skills. Use to add new capabilities to the project.
hivellm/rulebook 10
-
rulebook-task-create
Create a new Rulebook task with standardized directory structure. Use when starting a new feature, breaking change, or architectural work that needs spec-driven planning.
hivellm/rulebook 10
-
rulebook-skill-search
Search for skills by name, description, or tags. Use to find skills matching specific requirements or technologies.
hivellm/rulebook 10