Connect

Skills library

Skills are small files that teach your coding agent how to work with CodeSpring. Install one and your agent stops guessing your setup, because it can read your plan and build straight from it. Here is the library: what you can use today, and what is on the way.

How to install

A skill is a small file that gives your agent one specific ability, like reading your CodeSpring plan or mapping a repo. You install them once, straight from GitHub, so you never download files by hand. The same command works whether you build with Claude Code, Codex or Cursor.

One command adds the whole CodeSpring skill pack, with every ready skill below inside it. You only run it once.

CodeSpring skill packInstalls every ready skill below
npx skills add CodeSpringApp/codespring-skills

Ready to use

These are live today. Add the pack above, then paste the matching prompt to your agent to put the skill to work.

Getting started

Teaches your agent to read your CodeSpring plan and build from the tasks that are not done yet. Install this one first, because it is what connects your agent to your workspace.

Copy this prompt

Read my CodeSpring plan for this project. Show me the features and sub-features you can see, then start on the tasks that are not marked done. Update the plan as you finish each one.

Import your codebase

Reads a repo you already have and lays it out as a mind map, so CodeSpring can work with an app you have already built. See Import an existing app for the full walkthrough.

Copy this prompt

Look through this repository and map it into CodeSpring. Add a feature for each main part of the app, group the smaller parts as sub-features underneath, and describe what each one does in plain language.

Coming soon

These are on the way. They will install from the same pack when they land, so nothing new to set up.

Visualize your codebase

Reads through an existing repo on its own and draws the whole thing into CodeSpring as features and sub-features, so you get a full map of what you have without laying it out by hand.

Coming soon.

Describe and design a new feature

Talk a new feature through with Claude Code and it maps the feature into CodeSpring for you, laid out and ready to plan and build.

Coming soon.