shaping-skills
Project shaping and breadboarding design skills for Claude code.
- Type
- Agent Skill
- Open source
- Yes
- GitHub Stars
- ★ 1.4k
- Source
- skill-github
- Repository
- github.com/rjs/shaping-skills
Overview
shaping-skills is a set of skills designed for Claude code, suitable for project shaping and breadboarding. These skills are based on the 'Shape Up' methodology and adapted for collaboration with large language models (LLMs). The documentation skill can transcribe real conversations into structured shaping documents, ideal for team collaboration projects. The solo skill focuses more on direct shaping and design work with Claude. With these skills, users can rapidly iterate on problems and solutions, improving productivity.
Capabilities
- ▪Transcribe conversations into framework documents
- ▪Generate project kickoff reference documents
- ▪Iterate on problems and solutions
- ▪Map systems to UI and code interfaces
Use cases
Setup
git clone https://github.com/rjs/shaping-skills.git ~/.local/share/shaping-skills && ln -s ~/.local/share/shaping-skills/framing-doc ~/.claude/skills/framing-doc && ln -s ~/.local/share/shaping-skills/kickoff-doc ~/.claude/skills/kickoff-doc && ln -s ~/.local/share/shaping-skills/breadboarding ~/.claude/skills/breadboarding && ln -s ~/.local/share/shaping-skills/shaping ~/.claude/skills/shaping
This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.
FAQ
How do I install these skills?
Clone the repository and create symbolic links to the Claude Code skills directory.
What types of projects are these skills suitable for?
Projects requiring team collaboration and rapid prototyping.
Related skills
gemini-cli
Gemini CLI is an open-source AI agent that brings Gemini's powerful capabilities directly into the terminal.
private-gpt
Provides a complete API layer for local models, supporting RAG, skills, tools, and more.
planning-with-files
File-based persistent planning skill, ideal for AI coding agents and long-running tasks.
scientific-agent-skills
Transform any AI agent into a scientific assistant with 147 ready-to-use research skills.
susi_alexa_skill
A skill that enables question-and-answer interactions between Alexa and Susi AI.
claude-context
Provides code search capabilities for Claude Code, turning the entire codebase into context.