<h1 align="center">
<a href="https://prompts.chat">
A collection of Claude Code plugins for software engineering workflows.
Sign in to like and favorite skills
A collection of Claude Code plugins for software engineering workflows.
View Capabilities Reference for a detailed list of all skills, commands, and agents.
Recommended Dependency: Many skills in this marketplace achieve their full potential when used alongside the superpowers skills. While plugins work standalone, superpowers provides foundational methodology skills (TDD, debugging, code review patterns) that enhance workflows significantly. See Superpowers Dependencies for details.
# Add the marketplace /plugin marketplace add athola/claude-night-market # Install individual plugins /plugin install archetypes@claude-night-market /plugin install conjure@claude-night-market /plugin install imbue@claude-night-market /plugin install spec-kit@claude-night-market
Meta-skills infrastructure for the plugin ecosystem—skill authoring, hook development, modular design patterns, and evaluation frameworks.
| Skill | Purpose |
|---|---|
| TDD methodology for skill creation |
| Security-first hook development |
| Modular design patterns |
| Skill quality assessment |
| Hook security scanning |
| Model escalation decisions |
| Makefile completeness analysis |
| Cross-skill patterns and utilities |
Workflow methodologies for analysis, evidence gathering, and structured output. Base layer for building additional workflow plugins.
| Skill | Purpose |
|---|---|
| Shared review scaffolding and methodology |
| Semantic changeset analysis |
| Quick context recovery for any delta |
| Evidence capture methodology |
| Output formatting patterns |
| Evidence-based feature prioritization |
| Branch scope management and anti-overengineering |
Git and workspace operations for active development workflows.
| Skill | Purpose |
|---|---|
| Preflight git status and diffs |
| Conventional commit generation |
| Pull request preparation |
| PR analysis and feedback |
| Documentation updates |
| Merge ephemeral docs into permanent |
| README modernization |
| Version bumping |
| Test suite maintenance |
| GitHub issue resolution workflow |
| Workflow optimization analysis |
Infrastructure and pipeline building blocks for plugins.
| Skill | Purpose |
|---|---|
| Rate limiting and quotas |
| Telemetry and usage tracking |
| Service discovery patterns |
| Standardized error handling |
| Test quality enforcement |
| Auth implementation patterns |
| Minimum effective context patterns |
| Lazy loading strategies |
| Pytest configuration templates |
| Data persistence patterns |
| Skill evaluation infrastructure |
Resource optimization and performance monitoring.
| Skill | Purpose |
|---|---|
| MECW context management |
| Tool-heavy workflow optimization |
| Performance guardrails |
| Context efficiency |
Delegation to external LLM services, primarily through headless calls.
| Skill | Purpose |
|---|---|
| Task routing framework |
| Gemini CLI integration |
| Qwen MCP integration |
Architecture paradigm selection and implementation planning.
| Skill | Purpose |
|---|---|
| Interactive paradigm selector |
| 13 specific paradigm guides |
Code review toolkit.
| Skill | Purpose |
|---|---|
| API surface evaluation |
| Principal-level architecture review |
| Deep bug hunting |
| Makefile structure review |
| Mathematical correctness |
| Rust-specific review |
| TDD/BDD test suite review |
| Multi-discipline review orchestration |
Modern Python development suite—testing, performance optimization, async patterns, and packaging.
| Skill | Purpose |
|---|---|
| Pytest and TDD workflows |
| Profiling and optimization |
| Async programming patterns |
| Modern packaging with uv |
Knowledge organization using spatial memory concepts.
| Skill | Purpose |
|---|---|
| Palace building and management |
| Spatial search and retrieval |
| Knowledge intake and curation |
| Digital garden maintenance |
| Session-scoped knowledge capture |
Specification-Driven Development (SDD) toolkit—structured specification, planning, and implementation workflows.
| Skill | Purpose |
|---|---|
| Feature specification authoring |
| Dependency-ordered task generation |
| Workflow coordination |
GitHub initiative tracking and release management.
| Skill | Purpose |
|---|---|
| Initiative progress tracking |
| Release readiness checks |
graph TB subgraph Meta[Meta Layer] abstract[abstract<br/>Plugin infrastructure] end subgraph Foundation[Foundation Layer] imbue[imbue<br/>Intelligent workflows] sanctum[sanctum<br/>Git & workspace ops] leyline[leyline<br/>Pipeline building blocks] end subgraph Utility[Utility Layer] conservation[conservation<br/>Resource optimization] conjure[conjure<br/>External delegation] end subgraph Domain[Domain Specialists] archetypes[archetypes<br/>Architecture patterns] pensive[pensive<br/>Code review toolkit] parseltongue[parseltongue<br/>Python development] memory_palace[memory-palace<br/>Spatial memory] spec_kit[spec-kit<br/>Spec-driven dev] minister[minister<br/>Release management] end abstract --> leyline pensive --> imbue pensive --> sanctum sanctum --> imbue conjure --> leyline spec_kit --> imbue style Meta fill:#fff3e0,stroke:#e65100,color:#e65100 style Foundation fill:#e1f5fe,stroke:#01579b,color:#01579b style Utility fill:#f3e5f5,stroke:#4a148c,color:#4a148c style Domain fill:#e8f5e8,stroke:#1b5e20,color:#1b5e20
# Start a spec-driven feature /speckit.specify Add user authentication with OAuth2 # Review code changes /sanctum:pr # Get a quick catchup on changes /imbue:catchup # Run architecture analysis Skill(archetypes:architecture-paradigms)
Before using this marketplace, push each plugin to GitHub:
# For each plugin directory cd ~/archetypes && git init && git add . && git commit -m "Initial commit" gh repo create athola/archetypes --public --source=. --push # Repeat for all plugins: abstract, conjure, conservation, imbue, leyline, # memory-palace, minister, parseltongue, pensive, sanctum, spec-kit
Then update
.claude-plugin/marketplace.json with your actual GitHub URLs.
See individual plugin READMEs for contribution guidelines. Each plugin maintains its own test suite and documentation.