SDLC workflow plugins for Claude Code
npx claudepluginhub lwndev/lwndev-marketplaceSDLC workflow skills for documenting, planning, and executing features, chores, and bug fixes with QA validation capabilities
A marketplace for distributing Claude Code plugins. Add the marketplace to access SDLC workflow plugins for documenting, planning, and executing features, chores, and bug fixes.
/plugin marketplace add lwndev/lwndev-marketplace
| Plugin | Description |
|---|---|
| lwndev-sdlc | SDLC workflow skills for documenting, planning, and executing features, chores, and bug fixes with requirements review and QA validation |
/plugin install lwndev-sdlc@lwndev-plugins
Or add to your project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"lwndev-plugins": {
"source": {
"source": "github",
"repo": "lwndev/lwndev-marketplace"
}
}
},
"enabledPlugins": {
"lwndev-sdlc@lwndev-plugins": true
}
}
npm run scaffold # Create a new skill interactively
npm run validate # Validate all plugins
npm test # Run all tests
npm run lint # Check for linting issues
npm run lint:fix # Auto-fix linting issues
npm run format # Format code with Prettier
npm run format:check # Check formatting
├── plugins/ # Plugin directories (committed)
│ └── lwndev-sdlc/ # SDLC workflow plugin
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin manifest
│ ├── skills/ # Skill directories
│ │ └── {skill-name}/
│ │ ├── SKILL.md # Required: YAML frontmatter + instructions
│ │ ├── assets/ # Optional: Templates and static resources
│ │ └── references/ # Optional: Reference documentation
│ └── README.md # Plugin documentation
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest
└── scripts/ # CLI scripts
├── lib/ # Shared utilities
└── __tests__/ # Test suites
plugins/{plugin-name}/ with .claude-plugin/plugin.json, README.md, and a skills/ directoryplugins/{plugin-name}/skills/ (use npm run scaffold).claude-plugin/marketplace.jsonnpm run validate to validate---
name: my-skill-name
description: Brief description of what the skill does
allowed-tools:
- Read
- Write
- Bash
---
# My Skill
Instructions for Claude on how to use this skill...
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