Agent skill for implementer-sparc-coder - invoke with $agent-implementer-sparc-coder
Install with Tessl CLI
npx tessl i github:ruvnet/claude-flow --skill agent-implementer-sparc-coder38
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillEvaluation — 69%
↑ 1.09xAgent success when using this skill
Validation for skill structure
TDD workflow and feature-based structure
Test files before implementation
100%
100%
Failing test phase documented
100%
100%
Green phase documented
100%
100%
Refactor phase documented
62%
100%
Test coverage target
0%
0%
src/features/ directory
0%
0%
src/shared/ or src/infrastructure/ directories
0%
0%
Dependency injection in service
100%
100%
describe/beforeEach/it test structure
80%
100%
Both happy path and error test cases
100%
100%
JSDoc on service methods
100%
0%
README with setup and usage
100%
100%
Without context: $0.5179 · 2m 25s · 27 turns · 32 in / 8,389 out tokens
With context: $0.7224 · 3m · 34 turns · 70 in / 9,997 out tokens
Error resilience patterns and API route implementation
validateRequest middleware used
0%
0%
rateLimiter middleware used
100%
100%
try/catch with next(error) in route handler
0%
100%
res.json success response shape
0%
0%
Graceful degradation with fallback
100%
100%
logger.warn on primary service failure
0%
0%
Retry function exists
0%
0%
Exponential backoff sleep formula
40%
50%
maxRetries defaults to 3
0%
62%
Re-throw on final attempt
100%
87%
Dependency injection in service
0%
0%
JSDoc on retry or service function
100%
100%
Without context: $0.5031 · 2m 47s · 22 turns · 29 in / 9,300 out tokens
With context: $0.7510 · 3m 14s · 32 turns · 37 in / 10,838 out tokens
Documentation standards and API performance patterns
README API documentation section
100%
100%
README setup instructions
100%
100%
README configuration options
75%
100%
README usage examples
100%
100%
describe/beforeEach/it test structure
70%
60%
Mocks in beforeEach
75%
0%
Pagination implemented
100%
100%
Caching strategy present
100%
100%
JSDoc on public methods
37%
100%
Feature-based directory structure
0%
100%
Single Responsibility in service
100%
100%
No duplicate logic
100%
100%
Without context: $0.4797 · 2m 35s · 21 turns · 23 in / 9,935 out tokens
With context: $0.8603 · 3m 46s · 35 turns · 40 in / 12,630 out tokens
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.