Skip to content
Skillv1.0.0

etude

This project uses **bd** (beads) for issue tracking. Run `bd onboard` to get started.

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

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

See reviews

About

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

Agent Instructions

This project uses bd (beads) for issue tracking. Run bd onboard to get started.

Quick Reference

bd ready              # Find available work
bd show <id>          # View issue details
bd update <id> --status in_progress  # Claim work
bd close <id>         # Complete work
bd sync               # Sync with git

Effect Best Practices

Before implementing Effect features, run effect-solutions list and read the relevant guide.

Topics include: services and layers, data modeling, error handling, configuration, testing, HTTP clients, CLIs, observability, and project structure.

Effect Source Reference: ~/.local/share/effect-solutions/effect Search here for real implementations when docs aren't enough.

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/michaelvessia-etude-etude/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.

michaelvessia-etude-etude.ocm.jsonjson
{
  "ocm": "1",
  "id": "michaelvessia-etude-etude",
  "kind": "skill",
  "name": "etude",
  "description": "This project uses **bd** (beads) for issue tracking. Run `bd onboard` to get started.",
  "publisher": "MichaelVessia",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This project uses **bd** (beads) for issue tracking. Run `bd onboard` to get started."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/MichaelVessia/etude",
      "path": "AGENTS.md",
      "ref": "cabe31da3057408635f13a2001f288c3ce9d84ac",
      "url": "https://github.com/MichaelVessia/etude/blob/cabe31da3057408635f13a2001f288c3ce9d84ac/AGENTS.md",
      "key": "MichaelVessia/etude/AGENTS.md"
    }
  },
  "instructions": "# Agent Instructions\n\nThis project uses **bd** (beads) for issue tracking. Run `bd onboard` to get started.\n\n## Quick Reference\n\n```bash\nbd ready              # Find available work\nbd show <id>          # View issue details\nbd update <id> --status in_progress  # Claim work\nbd close <id>         # Complete work\nbd sync               # Sync with git\n```\n\n## Effect Best Practices\n\n**Before implementing Effect features**, run `effect-solutions list` and read the relevant guide.\n\nTopics include: services and layers, data modeling, error handling, configuration, testing, HTTP clients, CLIs, observab",
  "cost": {
    "context_tokens": 198
  }
}

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