Claude Code skills for secure development patterns, enforcement automation, and build engineering
npx claudepluginhub adaptive-enforcement-lab/claude-skillsBuild engineering patterns for CI/CD pipelines, release automation, and deployment strategies
Security and compliance enforcement automation including pre-commit hooks, policy checks, and validation
Reusable engineering patterns for error handling, state management, performance optimization, and resilience
Security patterns and hardening guides for cloud-native applications, GitHub Actions, and supply chain security
Claude Code skills marketplace for secure development patterns, enforcement automation, and build engineering.
Status: 🚧 Under active development
# Add the AEL skills marketplace
/plugin marketplace add adaptive-enforcement-lab/claude-skills
# Install individual plugin collections
/plugin install patterns@ael-skills
/plugin install enforcement@ael-skills
/plugin install build@ael-skills
Reusable engineering patterns automatically generated from AEL documentation:
Security and compliance enforcement automation from AEL enforcement guides:
Build engineering patterns from AEL build guides:
All skills in this repository are automatically generated from AEL documentation:
To auto-register this marketplace for your team, add to .claude/settings.json in your project:
{
"extraKnownMarketplaces": {
"ael-skills": {
"source": {
"source": "github",
"repo": "adaptive-enforcement-lab/claude-skills"
}
}
},
"enabledPlugins": {
"patterns@ael-skills": true,
"enforcement@ael-skills": true,
"build@ael-skills": true
}
}
.claude-plugin/
└── marketplace.json # Marketplace catalog
plugins/ # Generated plugins (DO NOT EDIT)
├── patterns/
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin metadata
│ └── skills/ # Pattern skills
├── enforce/
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin metadata
│ └── skills/ # Enforcement skills
├── build/
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin metadata
│ └── skills/ # Build skills
└── secure/
├── .claude-plugin/
│ └── plugin.json # Plugin metadata
└── skills/ # Security skills
skillgen/ # Generator source
├── cmd/skillgen/ # Main application
├── internal/
│ ├── domain/ # Core entities
│ ├── ports/ # Interfaces
│ ├── adapters/ # Implementations
│ └── services/ # Business logic
└── templates/ # Go templates
.github/workflows/
└── generate-skills.yml # CI automation
# Build the generator
cd skillgen && go build -o ../bin/skillgen ./cmd/skillgen
# Run generator (from repo root)
./bin/skillgen \
--source ../adaptive-enforcement-lab-com/docs \
--output plugins \
--plugin-metadata ./plugin-metadata.json \
--release-manifest ./.release-please-manifest.json
# Run tests
cd skillgen && go test ./...
See CONTRIBUTING.md for detailed development guidelines.
This project follows Clean/Hexagonal Architecture:
internal/domain): Core entities and business logicinternal/ports): Interfaces for external dependenciesinternal/adapters): Implementations (filesystem, parsers)internal/services): Application services (extractors, generators)cmd/skillgen): Entry point and dependency injectionReleases are automated using release-please:
Contributions are welcome! See CONTRIBUTING.md for:
For security vulnerability reporting, see SECURITY.md.
Turn secure development into an enforced standard, not an afterthought.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations