skill-factory
Create, test, and refine reusable coding workflow skills
All Skills in This Repository (16)
Pure Emerald Level Indicatorshexagonal-architecture
Define Domain, Application, and Adapter boundaries with ports and adapters.
event-modeling
Design event models with STATE_CHANGE, STATE_VIEW, and AUTOMATION slices.
collaborative-design
Guide software feature design through structured visual scenarios and timelines.
bdd-with-approvals
Organize behavior definitions as executable domain-language fixtures with approval-based verification.
nullables
Replace real infrastructure with controlled Nullables during tests.
approval-tests
Automate approval-based testing by generating and validating expected outputs against runtime results.
tdd
Enforce a red-green-refactor workflow with tests before implementation.
ai-patterns
Provide reference patterns for AI-assisted coding with on-demand local documentation.
creating-process-files
Create deterministic process-file templates with frontmatter-based identification and optional resource directories.
creating-hooks
Automate Claude Code hooks defined in YAML frontmatter for lifecycle events.
writing-statuslines
Configure Claude Code to display live session data via custom status line scripts.
writing-bash-scripts
Enforce safe Bash scripting practices with shebang, set -euo pipefail, and validation.
Frequently Asked Questions
FAQPage SchemaHow to install Skill Factory?โผ
Run `npx skills add lexler/skill-factory --all -g -y` in your terminal to install all skills in this collection globally.
What does Skill Factory do?โผ
It helps you create new skills through a guided interview process and includes ready-made skills for TDD, refactoring, approval testing, C4 diagrams, and event modeling.
How do I create a new skill with Skill Factory?โผ
Open the folder in Claude Code and ask it to create a new skill. Answer a few questions about what the skill should do, and the finished skill appears in the output_skills folder.
Does Skill Factory work with Claude Code?โผ
Yes. It is built specifically for Claude Code and follows Anthropic's official skill best practices, with a helper script to symlink skills into your global setup.
Can I test if my skill actually works?โผ
Yes. The built-in evaluation workflow runs test prompts with and without your skill, compares results in a review viewer, and helps you iterate until the skill performs reliably.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core