Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
ralph-memory
Manage Al semantic memory entries — list, query, and clear lessons learned across loop iterations
jmagly/aiwg 107
-
ralph-attach
Attach to a running agent loop's live output stream
jmagly/aiwg 107
-
ralph
jmagly/aiwg 107
-
agent-loop
Detect requests for iterative autonomous agent loops and route to the appropriate loop executor
jmagly/aiwg 107
-
ralph-status
jmagly/aiwg 107
-
ralph-config
View and configure agent loop settings — show, set, reset, and apply named presets
jmagly/aiwg 107
-
cross-task-learner
Enable agent loops to learn from similar past tasks and share patterns across loops
jmagly/aiwg 107
-
debug-memory
Query and manage the executable feedback debug memory
jmagly/aiwg 107
-
uat-report
Generate UAT completion report with tool coverage matrix, pass/fail metrics, and regression detection
jmagly/aiwg 107
-
uat-mode
Detect requests for UAT generation, execution, or reporting and invoke the appropriate UAT command
jmagly/aiwg 107
-
uat-generate
jmagly/aiwg 107
-
uat-execute
Execute a UAT plan against live MCP connections, tracking pass/fail per test and filing issues on failure
jmagly/aiwg 107
-
quality-checker
Validate skill quality, completeness, and adherence to standards. Use before packaging to ensure skill meets quality requirements.
jmagly/aiwg 107
-
skill-builder
Build Claude skills from extracted documentation. Use after doc-scraper/pdf-extractor to generate uploadable skill packages.
jmagly/aiwg 107
-
skill-packager
Package skills into uploadable ZIP files for Claude. Use after skill-builder/skill-enhancer to create final upload package.
jmagly/aiwg 107
-
skill-enhancer
AI-powered enhancement of skill SKILL.md files. Use to transform basic templates into comprehensive, high-quality skill documentation.
jmagly/aiwg 107
-
flaky-detect
Identify flaky tests from CI history and test execution patterns. Use when debugging intermittent test failures, auditing test reliability, or improving CI stability.
jmagly/aiwg 107
-
tdd-enforce
Configure TDD enforcement via pre-commit hooks and CI coverage gates. Use when setting up test-first development workflow, adding coverage gates, or enforcing TDD practices.
jmagly/aiwg 107
-
test-sync
Detect orphaned tests, obsolete assertions, and test-code misalignment. Use for test suite maintenance, cleanup, and traceability validation.
jmagly/aiwg 107
-
flaky-fix
Suggest and apply fixes for flaky tests based on detected patterns. Use after flaky-detect identifies unreliable tests that need repair.
jmagly/aiwg 107
-
mutation-test
Run mutation testing to validate test quality beyond code coverage. Use when assessing test effectiveness, finding weak tests, or validating test suite quality.
jmagly/aiwg 107
-
generate-factory
Auto-generate test data factories from schemas, types, or models. Use when creating test data infrastructure, setting up fixtures, or reducing test setup boilerplate.
jmagly/aiwg 107
-
ai-pattern-detection
Detects AI-generated writing patterns and suggests authentic alternatives. Auto-applies when reviewing content, editing documents, generating text, or when user mentions writing quality, AI detection, authenticity, or natural voice.
jmagly/aiwg 107
-
prose-reader
Read and parse an OpenProse program file, extracting its contract (requires, ensures, strategies, errors, invariants) and services into a structured representation
jmagly/aiwg 107