Skip to content
Skillv1.0.0

time-tracking-app

AGENTS

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

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

See reviews

About

Imported from floydnant/time-tracking-app (AGENTS.md). Install upstream with npx skills add floydnant/time-tracking-app. Copyright stays with the author.

AGENTS

Development Guardrails

  • After every code change, run the relevant automated tests before considering the work complete.
  • For Rust backend changes under src-tauri/, run cd src-tauri && cargo test -q.
  • Before considering work complete, run both builds:
  • Frontend build: npm run build
  • Backend build: cd src-tauri && cargo build
  • If tests fail, fix the issues and re-run tests until they pass.
  • When committing changes, ensure the message follows the conventions of the existing commits

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/floydnant-time-tracking-app-time-tracking-app/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.

floydnant-time-tracking-app-time-tracking-app.ocm.jsonjson
{
  "ocm": "1",
  "id": "floydnant-time-tracking-app-time-tracking-app",
  "kind": "skill",
  "name": "time-tracking-app",
  "description": "AGENTS",
  "publisher": "floydnant",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "AGENTS"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/floydnant/time-tracking-app",
      "path": "AGENTS.md",
      "ref": "6be270610698623c86dc9e743bce5922f9e35171",
      "url": "https://github.com/floydnant/time-tracking-app/blob/6be270610698623c86dc9e743bce5922f9e35171/AGENTS.md",
      "key": "floydnant/time-tracking-app/AGENTS.md"
    }
  },
  "instructions": "# AGENTS\n\n## Development Guardrails\n\n- After every code change, run the relevant automated tests before considering the work complete.\n- For Rust backend changes under `src-tauri/`, run `cd src-tauri && cargo test -q`.\n- Before considering work complete, run both builds:\n- Frontend build: `npm run build`\n- Backend build: `cd src-tauri && cargo build`\n- If tests fail, fix the issues and re-run tests until they pass.\n- When committing changes, ensure the message follows the conventions of the existing commits",
  "cost": {
    "context_tokens": 128
  }
}

Fetch it by URL: GET /api/v1/registry/floydnant-time-tracking-app-time-tracking-app/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.