Agent Skills by Cyrus Alcala
Showing 21 vetted skills indexed across 1 GitHub repositories.
idea-refine
Refine raw ideas into actionable concepts with a three-phase divergent and convergent workflow.
debugging-and-error-recovery
Diagnose root causes in failing tests, builds, and runtime errors via structured triage.
using-agent-skills
Route engineering tasks to appropriate skills across a defined lifecycle.
test-driven-development
Enforce a red-green-refactor workflow for writing tests before code.
planning-and-task-breakdown
Decompose specs into vertical-slice tasks with acceptance criteria and dependencies.
incremental-implementation
Plan incremental software changes into small, testable, deployable slices.
api-and-interface-design
Define and document stable API contracts for inter-service communication.
ci-cd-and-automation
Automate CI/CD pipeline setup and enforce quality gates across software projects.
context-engineering
Organize agent context rules with layered project files and task specs.
frontend-ui-engineering
Automate frontend UI engineering tasks for reusable components and responsive layouts.
shipping-and-launch
Automate a pre-launch checklist for safe production deployments.
spec-driven-development
Define structured software specs covering objective, commands, structure, style, testing, and boundaries.
code-review-and-quality
Automate five-axis code reviews on pull requests before merging.
security-and-hardening
Enforce security best practices for input handling, authentication, and data transmission.
deprecation-and-migration
Plan deprecation and migration of outdated systems with validation checks.
code-simplification
Simplify code while preserving exact behavior for readability and maintainability.
source-driven-development
Cite official documentation for each framework-specific code pattern.
performance-optimization
Profile applications to identify bottlenecks, then validate fixes with baseline measurements.
browser-testing-with-devtools
Inspect DOM, console, network, and performance via Chrome DevTools MCP.
git-workflow-and-versioning
Enforce trunk-based development, atomic commits, and branching strategies for clean git history.
documentation-and-adrs
Record architectural decisions with ADR templates and inline context.