Skip to content
Skillv1.0.0

platephoto

# AGENTS.md

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

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

See reviews

About

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

# AGENTS.md

Use the standard agent project pipeline.

Workflow

  1. Read project instructions and notes.
  2. Inspect relevant files before editing.
  3. Keep changes scoped.
  4. Run relevant checks.
  5. Update obsidian/ notes briefly.
  6. Report changes, checks, and risks.

Sub-Agents

  • Use sub-agents when they create real parallel progress or independent review.
  • Split work by clear file/module ownership.
  • Do not delegate small tasks or blocking next steps.
  • Review and integrate sub-agent results before reporting done.

Notes

  • Use obsidian/ as project memory.
  • Keep Notion summaries short when Notion is used.
  • Support git and non-git/archive projects.

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/fisheye21-platephoto-platephoto/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.

fisheye21-platephoto-platephoto.ocm.jsonjson
{
  "ocm": "1",
  "id": "fisheye21-platephoto-platephoto",
  "kind": "skill",
  "name": "platephoto",
  "description": "# AGENTS.md",
  "publisher": "Fisheye21",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "# AGENTS.md"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/Fisheye21/platephoto",
      "path": "AGENTS.md",
      "ref": "634bfa9ab70cd0a52c0283a905dcf20dfab0f53e",
      "url": "https://github.com/Fisheye21/platephoto/blob/634bfa9ab70cd0a52c0283a905dcf20dfab0f53e/AGENTS.md",
      "key": "Fisheye21/platephoto/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\nUse the standard agent project pipeline.\n\n## Workflow\n1. Read project instructions and notes.\n2. Inspect relevant files before editing.\n3. Keep changes scoped.\n4. Run relevant checks.\n5. Update obsidian/ notes briefly.\n6. Report changes, checks, and risks.\n\n## Sub-Agents\n- Use sub-agents when they create real parallel progress or independent review.\n- Split work by clear file/module ownership.\n- Do not delegate small tasks or blocking next steps.\n- Review and integrate sub-agent results before reporting done.\n\n## Notes\n- Use obsidian/ as project memory.\n- Keep Notion summaries sh",
  "cost": {
    "context_tokens": 167
  }
}

Fetch it by URL: GET /api/v1/registry/fisheye21-platephoto-platephoto/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.