Agent Skills by lauughter
Showing 23 vetted skills indexed across 1 GitHub repositories.
idea-refine
Guide vague ideas through three phases into a markdown one-pager.
debugging-and-error-recovery
Guide systematic root-cause debugging from reproduction to verification.
using-agent-skills
Discover and invoke the appropriate agent skill for the current task.
test-driven-development
Write failing tests before code and refactor to pass them.
planning-and-task-breakdown
Decompose project specs into structured tasks with dependencies and acceptance criteria.
incremental-implementation
Implement multi-file feature changes in incremental testable slices.
api-and-interface-design
Design stable REST and GraphQL APIs with typed contracts and additive evolution.
ci-cd-and-automation
Automate CI/CD quality gates with GitHub Actions workflows.
context-engineering
Load and maintain persistent rules files to structure agent context.
frontend-ui-engineering
Build accessible, performant UI components using design-system tokens and patterns.
shipping-and-launch
Coordinate production launches with staged rollouts, monitoring, and rollback plans.
spec-driven-development
Write a formal spec covering six core areas before coding.
code-review-and-quality
Enforce a five-axis code review process before merging changes.
security-and-hardening
Apply security hardening practices to code handling user data and external integrations.
deprecation-and-migration
Plan deprecation and migration with checklists, steps, and risk assessments.
interview-me
Clarify user intent through structured one-question-at-a-time interviews.
code-simplification
Simplify code across languages while preserving behavior and passing tests.
doubt-driven-development
Subject non-trivial outputs to fresh-context adversarial scrutiny through a five-step doubt cycle.
source-driven-development
Detects dependency manifest versions and implements patterns from official docs with source citations.
performance-optimization
Measure web performance with Lighthouse and RUM to identify and fix bottlenecks.
browser-testing-with-devtools
Inspect live DOM, console, network, and performance data in Chrome DevTools.
git-workflow-and-versioning
Enforce disciplined Git workflows with atomic commits and short-lived branches.
documentation-and-adrs
Record architectural decisions with context, constraints, and trade-offs.