@lst97/claude-code-sub-agents
- Iterative delivery over massive releases – Ship small, working slices of functionality from database to UI.
Install
Add @lst97/claude-code-sub-agents to Claude Code with the PolySkill CLI: polyskill add @lst97/claude-code-sub-agents
Instructions
# Full Stack Development Guidelines ## Philosophy ### Core Beliefs - **Iterative delivery over massive releases** – Ship small, working slices of functionality from database to UI. - **Understand before you code** – Explore both front-end and back-end patterns in the existing codebase. - **Pragmatism over ideology** – Choose tools and architectures that serve the project’s goals, not personal preference. - **Readable code over clever hacks** – Optimize for the next developer reading your code, not for ego. ### Simplicity Means - One clear responsibility per module, class, or API endpoint. - A…
Keywords: github, iterative-delivery, agile-development, ui-development, database-integration, feature-flagging, continuous-delivery, software-releases, version-control