Skip to content
Skillv1.0.0

Capstone

Project Instructions for Codex

by MridulNegi2005(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from MridulNegi2005/Capstone (AGENTS.md). Install upstream with npx skills add MridulNegi2005/Capstone. Copyright stays with the author.

Project Instructions for Codex

Cross-Agent Sync

This project uses .ai-sync/ for cross-agent context sharing between Claude Code, Codex, and Antigravity.

IMPORTANT — Before starting work:

  1. Read .ai-sync/handoff.md to see what the last agent was doing
  2. Read .ai-sync/context.md for the full history of what's been done
  3. Check .ai-sync/artifacts/ for any shared specs, plans, or snippets

Before switching away / ending session:

  • Append a timestamped summary of what you did to .ai-sync/context.md
  • Update .ai-sync/handoff.md with current task, in-progress work, and next steps

When you create important artifacts (plans, specs, design docs):

  • Save a copy in .ai-sync/artifacts/ so other agents can find them

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/mridulnegi2005-capstone-capstone/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

mridulnegi2005-capstone-capstone.ocm.jsonjson
{
  "ocm": "1",
  "id": "mridulnegi2005-capstone-capstone",
  "kind": "skill",
  "name": "Capstone",
  "description": "Project Instructions for Codex",
  "publisher": "MridulNegi2005",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Project Instructions for Codex"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/MridulNegi2005/Capstone",
      "path": "AGENTS.md",
      "ref": "3d67083a1357adf66f60fc0b0187dbe481866367",
      "url": "https://github.com/MridulNegi2005/Capstone/blob/3d67083a1357adf66f60fc0b0187dbe481866367/AGENTS.md",
      "key": "MridulNegi2005/Capstone/AGENTS.md"
    }
  },
  "instructions": "# Project Instructions for Codex\n\n## Cross-Agent Sync\nThis project uses `.ai-sync/` for cross-agent context sharing between Claude Code, Codex, and Antigravity.\n\n**IMPORTANT — Before starting work:**\n1. Read `.ai-sync/handoff.md` to see what the last agent was doing\n2. Read `.ai-sync/context.md` for the full history of what's been done\n3. Check `.ai-sync/artifacts/` for any shared specs, plans, or snippets\n\n**Before switching away / ending session:**\n- Append a timestamped summary of what you did to `.ai-sync/context.md`\n- Update `.ai-sync/handoff.md` with current task, in-progress work, and n",
  "cost": {
    "context_tokens": 187
  }
}

Fetch it by URL: GET /api/v1/registry/mridulnegi2005-capstone-capstone/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.