Agent Skills by eol
Showing 26 vetted skills indexed across 2 GitHub repositories.
check-quality
Run ruff, pyright, and pytest coverage checks to enforce quality gates.
update-docs
Generate and update living project documentation from feature work and architecture decisions.
version-control
Enforce safe Git workflows with feature branching, conventional commits, and review gates.
run-session
Read and write session state in WORK.md and FLOW.md with git checkpoints.
define-scope
Conduct stakeholder interviews to generate scope journals and .feature descriptions.
design-assets
Update project SVG branding assets to follow branding guidelines.
apply-patterns
Map GoF design-pattern smells to concrete before/after structural solutions.
architect
Generate domain models, ADRs, and test stubs for BASELINED features.
implement
Orchestrate the RED-GREEN-REFACTOR TDD loop for a single @id.
create-pr
Create pull requests with conventional commits and templated PR bodies.
select-feature
Score baselined backlog features by value, effort, and dependency status.
design-colors
Select and validate WCAG-compliant primary and accent color palettes for branding.
flow
Design and operate state machine workflows with FLOW.md and WORK.md.
verify
Run Step 4 verification gate checks and generate an APPROVED or REJECTED report.
living-docs
Generate and update C4 diagrams and glossary from project documentation.
feature-selection
Score backlog features by value, effort, and dependencies using WSJF.
scope
Document stakeholder requirements and convert them into Gherkin specifications.
design-patterns
Map GoF design patterns to code smells with Python before/after examples.
create-skill
Create OpenCode skills with SKILL.md and frontmatter metadata validation.
pr-management
Automate pull request creation and management with conventional commits.
implementation
Orchestrate ID-driven feature development with architecture decisions and TDD loop steps.
code-quality
Run ruff, pyright, and pytest coverage checks for Python projects.
create-agent
Create OpenCode agents with standardized YAML frontmatter and directory templates.
session-workflow
Coordinates stepwise sessions by reading and updating TODO.md and feature files, committing reproducible progress before each next step.