Skip to content
Skillv1.0.0

go-src

Agent Guidelines for timetracker

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

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

See reviews

About

Imported from kajigga/ai-ticktock (go-src/AGENTS.md). Install upstream with npx skills add kajigga/ai-ticktock --skill go-src. Copyright stays with the author.

Agent Guidelines for timetracker

Code Requirements

  • All functions must have comments - concise but complete
  • Avoid external dependencies when possible
  • Write tests first (TDD approach)
  • Keep code simple and readable

Project Structure

  • Source: ~/go/src/timetracker/
  • Binary: ~/go/bin/timetracker
  • Config: ~/.config/timetracker.json
  • Data: OneDrive folder (configured in config)

Commands

  • CLI: add, list, weekly, edit, delete, accounts
  • TUI: vim-style navigation, pop out to $EDITOR for editing
  • Use urfave/cli for CLI framework

Testing

  • Run tests: go test ./...
  • All packages should have _test.go files
  • Test behavior, not implementation details

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/kajigga-ai-ticktock-go-src/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.

kajigga-ai-ticktock-go-src.ocm.jsonjson
{
  "ocm": "1",
  "id": "kajigga-ai-ticktock-go-src",
  "kind": "skill",
  "name": "go-src",
  "description": "Agent Guidelines for timetracker",
  "publisher": "kajigga",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Agent Guidelines for timetracker"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/kajigga/ai-ticktock",
      "path": "go-src/AGENTS.md",
      "ref": "e952d5342f2f36a4bc4bdb7b6fb62d506ddb2bd3",
      "url": "https://github.com/kajigga/ai-ticktock/blob/e952d5342f2f36a4bc4bdb7b6fb62d506ddb2bd3/go-src/AGENTS.md",
      "key": "kajigga/ai-ticktock/go-src/AGENTS.md"
    }
  },
  "instructions": "# Agent Guidelines for timetracker\n\n## Code Requirements\n- All functions must have comments - concise but complete\n- Avoid external dependencies when possible\n- Write tests first (TDD approach)\n- Keep code simple and readable\n\n## Project Structure\n- Source: `~/go/src/timetracker/`\n- Binary: `~/go/bin/timetracker`\n- Config: `~/.config/timetracker.json`\n- Data: OneDrive folder (configured in config)\n\n## Commands\n- CLI: add, list, weekly, edit, delete, accounts\n- TUI: vim-style navigation, pop out to $EDITOR for editing\n- Use urfave/cli for CLI framework\n\n## Testing\n- Run tests: `go test ./...`\n-",
  "cost": {
    "context_tokens": 171
  }
}

Fetch it by URL: GET /api/v1/registry/kajigga-ai-ticktock-go-src/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.