Agent Skills by Solo-Code
Showing 43 vetted skills indexed across 1 GitHub repositories.
mcp-integrator
Provision MCP servers to fill capability gaps in user tasks.
domain-modeling
Maintain a CONTEXT.md glossary to standardize project terminology.
idea-refine
Refine vague ideas into actionable concepts with a markdown one-pager.
debugging-and-error-recovery
Diagnose root causes of test, build, and runtime failures via structured triage.
using-agent-skills
Identify and route tasks to the appropriate agent skill for execution.
planning-and-task-breakdown
Plans and decomposes work into actionable tasks with acceptance criteria and dependencies.
systematic-debugging
Diagnose bugs through structured root-cause investigation before implementing fixes.
incremental-implementation
Coordinates multi-file software changes into small, testable increments with builds and tests after each step.
writing-great-skills
Guide authors to write and edit SKILL.md files with consistent frontmatter and validation.
task-delegation
Identify independent work units and orchestrate parallel sub-agent execution.
handoff
Compact the current conversation into a structured handoff document.
plan
Generate timestamped Markdown plans with task breakdowns under .kilo/plans/.
improve-codebase-architecture
Analyze module boundaries and output ranked refactor candidates.
ci-cd-and-automation
Automates CI/CD pipeline setup enforcing lint, type checks, tests, and builds before deployment.
context-engineering
Load and enforce hierarchical context rules for coding sessions.
codebase-design
Define module interfaces and seams for testable software architecture.
testing-patterns
Drive development with red-green-refactor cycles and descriptive test names.
frontend-ui-engineering
Build accessible, responsive UI components compliant with design-system standards.
shipping-and-launch
Automate production launch planning with checklists, monitoring, and rollback plans.
spec-driven-development
Create a structured six-section spec before coding.
permission-guard
Require explicit approval before executing destructive file, credential, or system operations.
security-and-hardening
Integrate threat modeling, input validation, and secure session handling into web application development.
brainstorming
Facilitate structured brainstorming with one-question-at-a-time clarification and a decision log.
deprecation-and-migration
Deprecate legacy APIs and plan migration to replacement implementations.