Skip to content
Skillv1.0.0

prettymint-ai

This repository contains reusable agent skills and local agent configuration.

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

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

See reviews

About

Imported from dreamineering/prettymint-ai (AGENTS.md). Install upstream with npx skills add dreamineering/prettymint-ai. Copyright stays with the author.

AGENTS.md

This repository contains reusable agent skills and local agent configuration.

Repo Shape

  • Author skills under skills/<skill-name>/.
  • Each skill must include SKILL.md with name and description frontmatter.
  • .claude/skills points to ../skills for Claude Code compatibility.
  • .codex/config.toml contains project-local Codex defaults.

Working Rules

  • Keep skills self-contained and project-agnostic.
  • Prefer concise, concrete skill descriptions; the description is the dispatch contract.
  • Put long examples, schemas, and templates in references/ rather than loading them into SKILL.md.
  • There is no build or test harness yet; validate skills interactively after installation.

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/dreamineering-prettymint-ai-prettymint-ai/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.

dreamineering-prettymint-ai-prettymint-ai.ocm.jsonjson
{
  "ocm": "1",
  "id": "dreamineering-prettymint-ai-prettymint-ai",
  "kind": "skill",
  "name": "prettymint-ai",
  "description": "This repository contains reusable agent skills and local agent configuration.",
  "publisher": "dreamineering",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This repository contains reusable agent skills and local agent configuration."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/dreamineering/prettymint-ai",
      "path": "AGENTS.md",
      "ref": "c1ec3c4f75da2c3937ba785ba24f0aa9fb0e1273",
      "url": "https://github.com/dreamineering/prettymint-ai/blob/c1ec3c4f75da2c3937ba785ba24f0aa9fb0e1273/AGENTS.md",
      "key": "dreamineering/prettymint-ai/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\nThis repository contains reusable agent skills and local agent configuration.\n\n## Repo Shape\n\n- Author skills under `skills/<skill-name>/`.\n- Each skill must include `SKILL.md` with `name` and `description` frontmatter.\n- `.claude/skills` points to `../skills` for Claude Code compatibility.\n- `.codex/config.toml` contains project-local Codex defaults.\n\n## Working Rules\n\n- Keep skills self-contained and project-agnostic.\n- Prefer concise, concrete skill descriptions; the description is the dispatch contract.\n- Put long examples, schemas, and templates in `references/` rather than l",
  "cost": {
    "context_tokens": 179
  }
}

Fetch it by URL: GET /api/v1/registry/dreamineering-prettymint-ai-prettymint-ai/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.