🎯

release

🎯Skill

from parcadei/continuous-claude-v3

VibeIndex|
What it does
|

Orchestrates a comprehensive, multi-stage release workflow ensuring security, quality, and documentation before production deployment.

πŸ“¦

Same repository

parcadei/continuous-claude-v3(113 items)

release

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add parcadei/continuous-claude-v3 --skill release
skills.sh Install⚠ Installs to .agents/skills/
npx skills add parcadei/continuous-claude-v3 --skill release
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/release/SKILL.md

SKILL.md

430Installs
3,483
-
AddedFeb 4, 2026

More from this repository10

🎯
discovery-interview🎯Skill

Product discovery interview skill that transforms vague ideas into detailed implementable specifications through deep iterative interviews, detecting knowledge gaps, surfacing hidden assumptions, and researching uncertainties

🎯
math🎯Skill

Provides mathematical computation and problem-solving capabilities within Continuous Claude, a persistent multi-agent development environment with 109 skills and 32 agents.

🎯
premortem🎯Skill

Identifies failure modes before they occur using structured risk analysis based on Gary Klein's pre-mortem technique, within Continuous Claude, a persistent multi-agent development environment with 109 skills and 32 agents.

🎯
github-search🎯Skill

A collection of Claude Code skills for searching GitHub, managing repositories, and automating development workflows with continuous integration support.

🎯
dead-code🎯Skill

Dead code detection skill using TLDR static analysis to find unused functions and unreachable code across Python, TypeScript, and other languages in codebases

🎯
refactor🎯Skill

Systematically refactors code through a multi-agent workflow with review gates, ensuring safe and incremental improvements.

🎯
explore🎯Skill

Explores internal codebases at varying depths from quick overview to deep architecture analysis, providing read-only insights into code structure and call graphs.

🎯
agentic-workflow🎯Skill

Implements a standard multi-agent pipeline pattern for implementation tasks, using background agents that write outputs to cache for orchestrated sequential processing.

🎯
recall-reasoning🎯Skill

Searches past session reasoning to find relevant decisions, successful approaches, and failed attempts for informed development across sessions.

🎯
modular-code🎯Skill

Guides modular Python code organization with file size guidelines optimized for maintainability and AI-assisted development within Continuous Claude.