App Context — Development skill for Claude Code
/app-context — compile and verify execution context.
How to install App Context
Installs to ~/.claude/skills/vmobifystudio-app-dev-team-app-context/SKILL.md
mkdir -p ~/.claude/skills/vmobifystudio-app-dev-team-app-context && curl -fsSL https://raw.githubusercontent.com/vmobifystudio/app-dev-team/HEAD/commands/app-context.md -o ~/.claude/skills/vmobifystudio-app-dev-team-app-context/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What App Context does
/app-context — compile and verify execution context
Create a deterministic provenance manifest before an agent starts work:
node "${CLAUDE_PLUGIN_ROOT}/scripts/context-manifest.mjs" create \
--root --out "$CONTEXT_MANIFEST" \
--ticket APP-NNN --role --source constitutional:docs/21-engineering-principles.md \
--source project:docs/10-prd.md --source ticket:docs/50-test-plan.md
The manifest records the git revision, source hashes, explicit omissions, and a rou
Alternatives in Development
- Root Cause Tracing — Use when errors occur deep in execution and you need to trace back to find the original trigger 102.5k ★
- Lazycodex — The one and only agent harness for complex codebases 3.3k ★
- Writing Execution — writer skill 669 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Agent Context Contract Article Demo
ContextContract: scan a CLAUDE.md into portable, vendor-bound and enforce-not-describe lines; compile AGENTS.m
Loop Execution Evaluator
Verify implementation quality. Evaluate-Loop Step 4.
Phased Execution
Claude Code skill: run large work as a dependency graph of right-sized sessions — with Phase Console, a local
Dashclaw Quality
Recurring find-and-fix quality pass over the whole DashClaw app — browser smoke (frontend-verify) + code gates
Verify In Runtime
Verify a Fix in the Running App
Use Browser
Login to app and verify feature works, iterating until successful
Related Agents
Light Compiler
Use this agent when you need to compile a Delphi project and verify that code changes build successfully. This
Change Verifier
Use this agent after every change to the codebase to verify the project still lints, type-checks, tests, and b