Skip to content
Skillv1.0.0

interform

Design patterns and visual quality for Claude Code — distinctive, production-grade interfaces.

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

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

See reviews

About

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

interform — Agent Guide

Design patterns and visual quality for Claude Code — distinctive, production-grade interfaces.

Canonical References

  1. 'PHILOSOPHY.md' — direction for ideation and planning decisions.
  2. 'CLAUDE.md' — implementation details, architecture, testing, and release workflow.

Execution Rules

  • Keep changes small, testable, and reversible.
  • Run validation commands from 'CLAUDE.md' before completion.
  • Commit only intended files and push before handoff.

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/mistakeknot-interform-interform/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.

mistakeknot-interform-interform.ocm.jsonjson
{
  "ocm": "1",
  "id": "mistakeknot-interform-interform",
  "kind": "skill",
  "name": "interform",
  "description": "Design patterns and visual quality for Claude Code — distinctive, production-grade interfaces.",
  "publisher": "mistakeknot",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Design patterns and visual quality for Claude Code — distinctive, production-grade interfaces."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/mistakeknot/interform",
      "path": "AGENTS.md",
      "ref": "cca51b062458bbe3e259758f9ac314ed960c55fe",
      "url": "https://github.com/mistakeknot/interform/blob/cca51b062458bbe3e259758f9ac314ed960c55fe/AGENTS.md",
      "key": "mistakeknot/interform/AGENTS.md"
    }
  },
  "instructions": "# interform — Agent Guide\n\nDesign patterns and visual quality for Claude Code — distinctive, production-grade interfaces.\n\n## Canonical References\n1. 'PHILOSOPHY.md' — direction for ideation and planning decisions.\n2. 'CLAUDE.md' — implementation details, architecture, testing, and release workflow.\n\n## Execution Rules\n- Keep changes small, testable, and reversible.\n- Run validation commands from 'CLAUDE.md' before completion.\n- Commit only intended files and push before handoff.",
  "cost": {
    "context_tokens": 121
  }
}

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