Skip to content
Skillv1.0.0

azambujabjj

Agent Playbook

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

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

See reviews

About

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

Agent Playbook

Principles

  • Lead every change with BDD and TDD: write the minimal failing test, implement just enough code to pass, then refactor.
  • Capture user-observable behavior with lightweight BDD scenarios so intent stays crisp.
  • Prefer small, pure functions and components that compose; keep side effects isolated behind clear interfaces.

Quality Gates

  • pnpm check before committing to confirm type safety and Astro integration.
  • pnpm lint or formatters if the change touches styling or accessibility concerns.
  • pnpm format to auto-fix whitespace and formatting issues.
  • pnpm tsc to check if there are any Typescript problems.

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/gustavoluchi-azambujabjj-azambujabjj/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.

gustavoluchi-azambujabjj-azambujabjj.ocm.jsonjson
{
  "ocm": "1",
  "id": "gustavoluchi-azambujabjj-azambujabjj",
  "kind": "skill",
  "name": "azambujabjj",
  "description": "Agent Playbook",
  "publisher": "gustavoluchi",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Agent Playbook"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/gustavoluchi/azambujabjj",
      "path": "AGENTS.md",
      "ref": "605efd3cee8110f0b4406170b2c7cf8273f98baa",
      "url": "https://github.com/gustavoluchi/azambujabjj/blob/605efd3cee8110f0b4406170b2c7cf8273f98baa/AGENTS.md",
      "key": "gustavoluchi/azambujabjj/AGENTS.md"
    }
  },
  "instructions": "# Agent Playbook\n\n## Principles\n\n- Lead every change with BDD and TDD: write the minimal failing test, implement just enough code to pass, then refactor.\n- Capture user-observable behavior with lightweight BDD scenarios so intent stays crisp.\n- Prefer small, pure functions and components that compose; keep side effects isolated behind clear interfaces.\n\n## Quality Gates\n\n- `pnpm check` before committing to confirm type safety and Astro integration.\n- `pnpm lint` or formatters if the change touches styling or accessibility concerns.\n- `pnpm format` to auto-fix whitespace and formatting issues.\n",
  "cost": {
    "context_tokens": 164
  }
}

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