Skip to content
Skillv1.0.0

react-things

For repo-wide analysis, first run Bonsai. This is required for full project summaries, architecture review, onboarding, broad bug hunting, and any question that needs many files. Do not answer from or

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

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

See reviews

About

Imported from MickyBalladelli/react-things (AGENTS.md). Install upstream with npx skills add MickyBalladelli/react-things. Copyright stays with the author.

AGENTS.md

For repo-wide analysis, first run Bonsai. This is required for full project summaries, architecture review, onboarding, broad bug hunting, and any question that needs many files. Do not answer from ordinary file browsing until this command succeeds:

bonsai . --max-tokens 12000 --level 2 --output file --output-file /tmp/bonsai.xml

Then inspect /tmp/bonsai.xml before answering.

Expected behavior example:

User asks: summarize this whole project
You run: bonsai . --max-tokens 12000 --level 2 --output file --output-file /tmp/bonsai.xml
You inspect: /tmp/bonsai.xml
Then answer from that context.

update the version at each request where code change happened. version segments go up to 99. Display the new version

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/mickyballadelli-react-things-react-things/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.

mickyballadelli-react-things-react-things.ocm.jsonjson
{
  "ocm": "1",
  "id": "mickyballadelli-react-things-react-things",
  "kind": "skill",
  "name": "react-things",
  "description": "For repo-wide analysis, first run Bonsai. This is required for full project summaries, architecture review, onboarding, broad bug hunting, and any question that needs many files. Do not answer from ordinary file browsing until this command succeeds:",
  "publisher": "MickyBalladelli",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding",
      "hr"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "For repo-wide analysis, first run Bonsai. This is required for full project summaries, architecture review, onboarding, broad bug hunting, and any question that needs many files. Do not answer from ordinary file browsing until this command succeeds:"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/MickyBalladelli/react-things",
      "path": "AGENTS.md",
      "ref": "4427172af6d19ae67d937ae2d32c504dd124d0d0",
      "url": "https://github.com/MickyBalladelli/react-things/blob/4427172af6d19ae67d937ae2d32c504dd124d0d0/AGENTS.md",
      "key": "MickyBalladelli/react-things/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\nFor repo-wide analysis, first run Bonsai. This is required for full project summaries, architecture review, onboarding, broad bug hunting, and any question that needs many files. Do not answer from ordinary file browsing until this command succeeds:\n\n```sh\nbonsai . --max-tokens 12000 --level 2 --output file --output-file /tmp/bonsai.xml\n```\n\nThen inspect `/tmp/bonsai.xml` before answering.\n\nExpected behavior example:\n\n```text\nUser asks: summarize this whole project\nYou run: bonsai . --max-tokens 12000 --level 2 --output file --output-file /tmp/bonsai.xml\nYou inspect: /tmp/bonsai.x",
  "cost": {
    "context_tokens": 188
  }
}

Fetch it by URL: GET /api/v1/registry/mickyballadelli-react-things-react-things/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.