Structured feature lifecycle for Claude Code: human-driven spec, agent-driven execution
Orchestrates Android development tasks including project creation, deployment, SDK management, and environment diagnostics using the `android` command-line tool.
Use this skill to migrate your Jetpack Compose app to add adaptive edge-to-edge support and troubleshoot common issues. Use this skill to fix UI components (like buttons or lists) that are obscured by or overlapping with the navigation bar or status bar, fix IME insets, and fix system bar legibility.
Analyzes Android build files and R8 keep rules to identify redundancies, broad package-wide rules, and rules that subsume library consumer keep rules. Use when developers want to optimize their app's size, remove redundant or overly broad keep rules, or troubleshoot Proguard configurations.
Cortex Command is an AI workflow framework for Claude Code built on a single insight: autonomous execution is only as good as the specification that precedes it.
The front half of the lifecycle is human-driven — discovery maps the problem space, refine clarifies scope, and lifecycle drives features through research, spec, plan, implement, and review. Once scope is genuinely clear, run /cortex-core:lifecycle for interactive development or queue refined items for /overnight and wake up to a morning report with PRs ready to review. For a visual of the full pipeline, see docs/agentic-layer.md.
# 1. Install the cortex CLI (bootstrap installs `uv` first if missing)
curl -fsSL https://raw.githubusercontent.com/charleshall888/cortex-command/main/install.sh | sh
# 2. In Claude Code, add the marketplace and install plugins
claude /plugin marketplace add charleshall888/cortex-command
# Recommended to turn on Auto-Update Marketplace Plugins (this will keep CLI auto updated as well)
claude /plugin install cortex-core@cortex-command # Base skills + hooks
claude /plugin install cortex-overnight@cortex-command # OPTIONAL - autonomous overnight runs
# 3. OPTIONAL - In each project where you want cortex active.
# Validation rules, settings, demo-commands, xetc...
cd <your-project>
cortex init
Full Setup GuideSetup guide.
| Plugin | Description |
|---|---|
| cortex-core | REQUIRED - Interactive Claude Code skills, hooks, and CLI utilities from cortex-command for day-to-day development workflows |
| cortex-overnight | Integrates the cortex MCP server and overnight skill runner hooks to drive autonomous lifecycle execution |
| android-dev-extras | Android development skills vendored from Google's Android Skills (Apache 2.0): R8 analyzer, edge-to-edge migration, and Android CLI orchestration |
| cortex-dev-extras | Optional assortment of additional skills |
| cortex-pr-review | Multi-agent GitHub pull request review pipeline for Claude Code. |
| cortex-ui-extras | EXPERIMENTAL - UI design skills for Claude Code interactive workflows |
| Guide | Covers |
|---|---|
docs/agentic-layer.md | Full skill and hook inventory, workflow diagrams, lifecycle phase map |
docs/setup.md | Installation, plugins, customization |
docs/setup.md#authentication | Authentication setup (API key vs. OAuth token) |
docs/setup.md#upgrade--maintenance | Upgrade & maintenance (CLI reinstall, plugin update, foot-guns) |
docs/overnight.md | Autonomous overnight runner -- planning, execution, deferral, morning review |
docs/dashboard.md | Web dashboard for monitoring overnight sessions |
docs/backlog.md | Backlog YAML schema, readiness gates, overnight eligibility |
docs/interactive-phases.md | What to expect at each lifecycle phase -- questions, artifacts, flow |
docs/skills-reference.md | Per-skill detailed reference |
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub charleshall888/cortex-command --plugin android-dev-extrasMulti-agent GitHub pull request review pipeline for Claude Code
No description provided.
Experimental UI design skills for Claude Code interactive workflows
Interactive Claude Code skills, hooks, and CLI utilities from cortex-command for day-to-day development workflows
Overnight skill runner hooks that integrate with the cortex CLI on PATH and the cortex-core plugin to drive autonomous lifecycle execution
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.