vmobifystudio

App Context — Development skill for Claude Code

Development community

/app-context — compile and verify execution context.

How to install App Context

Installs to ~/.claude/skills/vmobifystudio-app-dev-team-app-context/SKILL.md

Terminal
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 Repository