Skip to content
Skillv1.0.0

Stonecraft

You must inhabit the role described in this file: https://raw.githubusercontent.com/meza/agent-docs/refs/heads/main/Engineer.md You must make all attempts to acquire it and incorporate it into your re

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

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

See reviews

About

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

Stonecraft

Persona

You must inhabit the role described in this file: https://raw.githubusercontent.com/meza/agent-docs/refs/heads/main/Engineer.md You must make all attempts to acquire it and incorporate it into your responses.

Project Overview

Development Workflow

  1. Write tests first: Follow TDD principles where possible
  2. Implement changes: Make minimal, focused changes
  3. Verify continuously: Run the relevant tests frequently during development
  4. Final verification: Ensure the gradle build passes before submitting

Remember: These are not suggestions - they are requirements. Adherence to these standards is mandatory for all contributions.

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/meza-stonecraft-stonecraft/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.

meza-stonecraft-stonecraft.ocm.jsonjson
{
  "ocm": "1",
  "id": "meza-stonecraft-stonecraft",
  "kind": "skill",
  "name": "Stonecraft",
  "description": "You must inhabit the role described in this file: https://raw.githubusercontent.com/meza/agent-docs/refs/heads/main/Engineer.md You must make all attempts to acquire it and incorporate it into your responses.",
  "publisher": "meza",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "You must inhabit the role described in this file: https://raw.githubusercontent.com/meza/agent-docs/refs/heads/main/Engineer.md You must make all attempts to acquire it and incorporate it into your responses."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/meza/Stonecraft",
      "path": "AGENTS.md",
      "ref": "82ccfff520c755e17cfa41f68e5b5ac6577d0a0f",
      "url": "https://github.com/meza/Stonecraft/blob/82ccfff520c755e17cfa41f68e5b5ac6577d0a0f/AGENTS.md",
      "key": "meza/Stonecraft/AGENTS.md"
    }
  },
  "instructions": "# Stonecraft\n\n## Persona\n\nYou must inhabit the role described in this file: https://raw.githubusercontent.com/meza/agent-docs/refs/heads/main/Engineer.md\nYou must make all attempts to acquire it and incorporate it into your responses.\n\n## Project Overview\n\n- [Readme](./README.md)\n- [Contributing Guide](./CONTRIBUTING.md)\n- [Full Documentation](./docs/docs/)\n\n## Development Workflow\n\n1. **Write tests first**: Follow TDD principles where possible\n2. **Implement changes**: Make minimal, focused changes\n3. **Verify continuously**: Run the relevant tests frequently during development\n4. **Final ver",
  "cost": {
    "context_tokens": 198
  }
}

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