Skip to content

forhas/pure-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pure-dev

A Claude Code plugin marketplace hosting opinionated, end-to-end development flows.

Plugins

Plugin What it does
quick-dev One-command feature development. /quick-dev:develop <description> takes a feature from a single sentence to a squash-merged commit on main — built in an isolated git worktree, driven through a PR review loop, then fully cleaned up.
notion-dev Standardized development workflow with Notion-backed tickets: create-taskticketfinalize, with pluggable input sources, dual build flows (feature-dev / superpowers), and a Codex-with-local-fallback review loop.

Each plugin's README covers its prerequisites, configuration, and usage in detail.

Install

Inside Claude Code:

/plugin marketplace add forhas/pure-dev
/plugin install quick-dev@pure-dev
/plugin install notion-dev@pure-dev

Or from a local clone:

/plugin marketplace add /absolute/path/to/pure-dev

Run /reload-plugins (or restart Claude Code) after installing.

Repository layout

.claude-plugin/marketplace.json   # marketplace manifest
plugins/
  quick-dev/                      # plugin: skills only
  notion-dev/                     # plugin: commands + skills + config schema

License

MIT — see each plugin's LICENSE file.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors