Skip to content
Skillv1.0.0

drakestrin

Agent Notes

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

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

See reviews

About

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

Agent Notes

Testing

  • Run Laravel feature tests from the Docker app container, not from the host PHP install.
  • From the repo root, use the devop compose project:
cd devop
docker compose exec -T app php artisan test
  • For targeted tests, pass the test paths after php artisan test, for example:
cd devop
docker compose exec -T app php artisan test tests/Feature/ForumModelTest.php tests/Feature/CompanyReadTest.php tests/Feature/UserReadTest.php

Best practices

  • Code as if you were a senior Laravel developer.
  • Use model scopes and repositories.
  • Use requests and DTOs.

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/fealum-drakestrin-drakestrin/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.

fealum-drakestrin-drakestrin.ocm.jsonjson
{
  "ocm": "1",
  "id": "fealum-drakestrin-drakestrin",
  "kind": "skill",
  "name": "drakestrin",
  "description": "Agent Notes",
  "publisher": "Fealum",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Agent Notes"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/Fealum/drakestrin",
      "path": "AGENTS.md",
      "ref": "85b5dcb22e2ea9e52c089953fc58f811ad5020d8",
      "url": "https://github.com/Fealum/drakestrin/blob/85b5dcb22e2ea9e52c089953fc58f811ad5020d8/AGENTS.md",
      "key": "Fealum/drakestrin/AGENTS.md"
    }
  },
  "instructions": "# Agent Notes\n\n## Testing\n\n- Run Laravel feature tests from the Docker app container, not from the host PHP install.\n- From the repo root, use the devop compose project:\n\n```bash\ncd devop\ndocker compose exec -T app php artisan test\n```\n\n- For targeted tests, pass the test paths after `php artisan test`, for example:\n\n```bash\ncd devop\ndocker compose exec -T app php artisan test tests/Feature/ForumModelTest.php tests/Feature/CompanyReadTest.php tests/Feature/UserReadTest.php\n```\n\n## Best practices\n\n- Code as if you were a senior Laravel developer.\n- Use model scopes and repositories.\n- Use reque",
  "cost": {
    "context_tokens": 153
  }
}

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