Skip to content
Skillv1.0.0

docs

Project Instructions (AGENTS.md)

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

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

See reviews

About

Imported from Ofunrein/syllascan (docs/AGENTS.md). Install upstream with npx skills add Ofunrein/syllascan --skill docs. Copyright stays with the author.

Project Instructions (AGENTS.md)

Tech Stack

  • Next.js 15.2.0 (App Router), TypeScript, React 19.
  • Tailwind CSS 4, Shadcn UI.
  • OpenAI Vision (gpt-4o) for OCR.
  • Supabase for backend services.

Code Style

  • Use PascalCase for React components in src/components/.
  • Use camelCase for logic files in src/lib/ and src/utils/.
  • Prioritize functional components and hooks.

Key Patterns

  • Extraction: Event normalization logic belongs in processEvent within src/app/api/extract-events/route.ts.
  • Logic: Keep API calls (OpenAI, Google) abstracted in src/lib/.
  • Validation: Always validate dates and times before returning them to the client.

Build & Run

  • Dev: npm run dev
  • Build: npm run build
  • Lint: npm run lint

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/ofunrein-syllascan-docs/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.

ofunrein-syllascan-docs.ocm.jsonjson
{
  "ocm": "1",
  "id": "ofunrein-syllascan-docs",
  "kind": "skill",
  "name": "docs",
  "description": "Project Instructions (AGENTS.md)",
  "publisher": "Ofunrein",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Project Instructions (AGENTS.md)"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/Ofunrein/syllascan",
      "path": "docs/AGENTS.md",
      "ref": "d51b03d274918dde7cfcb8d9ade7cd814d294ec9",
      "url": "https://github.com/Ofunrein/syllascan/blob/d51b03d274918dde7cfcb8d9ade7cd814d294ec9/docs/AGENTS.md",
      "key": "Ofunrein/syllascan/docs/AGENTS.md"
    }
  },
  "instructions": "# Project Instructions (AGENTS.md)\n\n## Tech Stack\n- Next.js 15.2.0 (App Router), TypeScript, React 19.\n- Tailwind CSS 4, Shadcn UI.\n- OpenAI Vision (gpt-4o) for OCR.\n- Supabase for backend services.\n\n## Code Style\n- Use PascalCase for React components in `src/components/`.\n- Use camelCase for logic files in `src/lib/` and `src/utils/`.\n- Prioritize functional components and hooks.\n\n## Key Patterns\n- **Extraction**: Event normalization logic belongs in `processEvent` within `src/app/api/extract-events/route.ts`.\n- **Logic**: Keep API calls (OpenAI, Google) abstracted in `src/lib/`.\n- **Validati",
  "cost": {
    "context_tokens": 189
  }
}

Fetch it by URL: GET /api/v1/registry/ofunrein-syllascan-docs/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.