Scute
Official@scute-sh
Define the boundaries, let your code evolve freely within them.
Agent Skills by Scute
Showing 22 vetted skills indexed across 1 GitHub repositories.
ai-patterns
Reference AI-augmented software development patterns, anti-patterns, and obstacles.
code-review
Review local git changes and PR diffs for correctness, security, design, testing, and documentation.
hexagonal-architecture
Enforce Hexagonal Architecture by separating domain logic from infrastructure via ports and adapters.
bdd-with-approvals
Create executable BDD specifications using approval files with domain-specific language.
event-modeling
Design software systems using Event Modeling vertical slices.
creating-hooks
Execute shell commands at lifecycle points in Claude Code via JSON settings.
writing-bash-scripts
Enforce a standardized style guide for bash and shell scripts.
refinement-loop
Iteratively refine text, code, or artifacts through structured review passes.
harden
Hardens code for production via ZOMBIES testing, refactoring, style passes, and a final gate check.
acceptance-criteria
Define and refine acceptance criteria from requirements via persona identification and workflow mapping.
collaborative-design
Guides visual scenario mapping and iterative refinement for software feature design.
approval-tests
Compare complex outputs against pre-approved golden master files across multiple languages.
sketch-slices
Decompose features into ordered preparatory and persona-driven slices.
atdd
Guide implementation from acceptance tests inward using Given/When/Then scenarios.
refactoring
Refactor code systematically with test verification and granular commits.
creating-process-files
Create and refine structured process files defining AI workflows.
scout-codebase
Assess code clarity, test coverage, and technical debt before modification.
verify-criteria
Validate acceptance criteria with test evidence and production risk analysis.
issue-workflow
Manage GitHub issues from comprehension through PR creation and CI verification.
tdd
Guide the Red-Green-Refactor cycle for Test-Driven Development.
writing-style
Review and write text for clarity, tone, and consistency across UI copy, documentation, and error messages.
feature-development
Orchestrates end-to-end feature development via a phased, gated workflow.
Frequently Asked Questions About Scute
FAQPage SchemaWhat specific engineering tasks does Scute enable?▼
Scute enables systematic codebase hardening, architectural enforcement via ports and adapters, and rigorous verification through approval-based testing. It facilitates end-to-end feature development by managing requirements, acceptance criteria, and iterative refinement cycles to ensure production-ready code quality.
Which personas benefit most from these patterns?▼
Software architects, senior engineers, and quality assurance leads benefit from these patterns. The methodology is designed for teams prioritizing maintainability, test-driven development, and strict adherence to architectural boundaries within complex enterprise systems.
What are the prerequisites for implementing these patterns?▼
Implementation requires a codebase capable of supporting modular design, such as Hexagonal Architecture, and a testing environment that supports golden master comparisons. Users should be familiar with BDD, ATDD, and TDD methodologies to effectively integrate these verification cycles into their existing development lifecycle.