Reusable engineering patterns for error handling, state management, performance optimization, and resilience
Integrate GitHub Core Apps with Actions workflows for org-scoped automation. Generate tokens, access APIs, and implement cross-repository operations patterns.
Fundamental patterns for building maintainable, scalable systems: separation of concerns, distributed orchestration, and zero-downtime migration strategies.
Deploy event-driven automation with EventSource, EventBus, and Sensor configuration. Complete setup guide for production Argo Events on Kubernetes clusters.
Build event-driven Kubernetes automation with Argo Events. Connect external systems to reactive workflows using EventSources, EventBus, and Sensors.
Production Argo Workflows patterns: reusable templates, error handling, concurrency control, composition, and scheduled automation for Kubernetes operators.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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.
npx claudepluginhub adaptive-enforcement-lab/claude-skills --plugin patternsBuild engineering patterns for CI/CD pipelines, release automation, and deployment strategies
Security and compliance enforcement automation including pre-commit hooks, policy checks, and validation
Security patterns and hardening guides for cloud-native applications, GitHub Actions, and supply chain security
Design patterns, data structures, algorithms, concurrency patterns, functional patterns, reactive patterns, state management, and resource management.
Full-spectrum design patterns skill: Detect anti-patterns, diagnose architectural debt, and generate production-ready refactored code. Covers GoF, SOLID, Clean Architecture, DDD, CQRS, Microservices, and Cloud patterns.
Enhances code agents with Go best practices covering performance, modern syntax, generics, patterns, testing, error handling, and concurrency.
Reusable UI component patterns for implementing common features across different frameworks and tech stacks
Thinking partner for design decisions and architecture brainstorming. Transforms Claude from a solution-provider into a senior engineer thinking partner.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.