lexlerlexlerCommunityยท16 Agent Skills Included

skill-factory

Create, test, and refine reusable coding workflow skills

Creates new skills with built-in best practices and ships ready-made ones for TDD, refactoring, approval testing, architecture diagrams, and event modeling. Removes guesswork from skill writing with evaluation loops, benchmark comparisons, and curated reference patterns. Helps developers install, trigger, and improve skills across projects with simple setup scripts.
npx skills add lexler/skill-factory --all -g -y
Available:

Directs the agent to follow this repository's own skill-creation process in docs/create_new_skill-process.md instead of the generic skill-creator skill when building new skills.

All Skills in This Repository (16)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
lexlerlexler

hexagonal-architecture

Define Domain, Application, and Adapter boundaries with ports and adapters.

Community
Basic
๐Ÿ“ฆ In Repo
lexlerlexler

event-modeling

Design event models with STATE_CHANGE, STATE_VIEW, and AUTOMATION slices.

Community
Basic
๐Ÿ“ฆ In Repo
lexlerlexler

collaborative-design

Guide software feature design through structured visual scenarios and timelines.

Community
Basic
๐Ÿ“ฆ In Repo
lexlerlexler

bdd-with-approvals

Organize behavior definitions as executable domain-language fixtures with approval-based verification.

Community
Intermediate
๐Ÿ“ฆ In Repo
lexlerlexler

nullables

Replace real infrastructure with controlled Nullables during tests.

Community
Basic
๐Ÿ“ฆ In Repo
lexlerlexler

approval-tests

Automate approval-based testing by generating and validating expected outputs against runtime results.

Community
Intermediate
๐Ÿ“ฆ In Repo
lexlerlexler

tdd

Enforce a red-green-refactor workflow with tests before implementation.

Community
Basic
๐Ÿ“ฆ In Repo
lexlerlexler

ai-patterns

Provide reference patterns for AI-assisted coding with on-demand local documentation.

Community
Basic
๐Ÿ“ฆ In Repo
lexlerlexler

creating-process-files

Create deterministic process-file templates with frontmatter-based identification and optional resource directories.

Community
Basic
๐Ÿ“ฆ In Repo
lexlerlexler

creating-hooks

Automate Claude Code hooks defined in YAML frontmatter for lifecycle events.

Community
Intermediate
๐Ÿ“ฆ In Repo
lexlerlexler

writing-statuslines

Configure Claude Code to display live session data via custom status line scripts.

Community
Intermediate
๐Ÿ“ฆ In Repo
lexlerlexler

writing-bash-scripts

Enforce safe Bash scripting practices with shebang, set -euo pipefail, and validation.

Community
Basic

Frequently Asked Questions

FAQPage Schema
How 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โ†’