From blueprint
Show quick repo status — branch, base, plan, PR info in one shot. Triggers on "/bp-status", "/status", "show status", "repo status", "what branch am I on", "current status", "where am I", "project status", "what's the current state", "which branch", "is there a PR open", "what plan am I on". Uses blueprint CLI with git fallback.
npx claudepluginhub skaisser/blueprint-pluginThis skill uses the workspace's default tool permissions.
Read `blueprint/.config.yml` → `language`. If `auto`, detect from the user's messages. All generated content MUST be in the detected language. Skill instructions stay in English — only output changes.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Analyzes competition with Porter's Five Forces, Blue Ocean Strategy, and positioning maps to identify differentiation opportunities and market positioning for startups and pitches.
Share bugs, ideas, or general feedback.
Read blueprint/.config.yml → language. If auto, detect from the user's messages. All generated content MUST be in the detected language. Skill instructions stay in English — only output changes.
Show quick repo status (branch/base/plan/PR/config/changes) in one shot.
Try each source in order — use the first that succeeds.
blueprint meta (Go CLI)~/.blueprint/bin/blueprint meta 2>/dev/null
Parses JSON output with: branch, base_branch, plan_file, project, git_remote.
Reads from blueprint/live/ for active plans and blueprint/.config.yml for config.
git branch --show-current
git log --oneline -3
git status --short
gh pr view --json number,title,url,state 2>/dev/null || echo "No open PR"
ls blueprint/live/*.md 2>/dev/null || echo "No active plan"
# Read config with the Read tool instead of cat:
# Read("blueprint/.config.yml")
blueprint/.config.yml info (staging_branch, language).blueprint/live/ if any.Present results in a clean, scannable format:
Branch: feat/auth-flow
Base: staging
Plan: blueprint/live/0002-auth-flow.md (in-progress, 12/18 tasks)
PR: #42 — Auth flow refactor (open)
Config: staging_branch=staging, language=auto
Changes: 3 modified, 1 untracked
All info in one response — no follow-up needed.