Skip to content
Skillv1.0.0

rules-ask

Project Documentation Rules (Non-Obvious Only)

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

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

See reviews

About

Imported from Maltide/Practice-Tasks (.roo/rules-ask/AGENTS.md). Install upstream with npx skills add Maltide/Practice-Tasks --skill rules-ask. Copyright stays with the author.

Project Documentation Rules (Non-Obvious Only)

  • Sprint organization: sprints/sprint-XX-name/ structure, but README progress table uses different naming (e.g., "Sprint 01: Основы" vs actual dir "sprint-01-find-smallest")
  • Test location: Tests are centralized at sprint level (sprint_test.go), not alongside individual exercise files
  • Mixed documentation: Function descriptions in Russian, code comments in English - both are canonical
  • Progress tracking: go run scripts/progress.go updates README statistics (script referenced but not visible in file structure)
  • Package structure: All exercises use package problems regardless of subdirectory - counterintuitive but intentional

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/maltide-practice-tasks-rules-ask/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.

maltide-practice-tasks-rules-ask.ocm.jsonjson
{
  "ocm": "1",
  "id": "maltide-practice-tasks-rules-ask",
  "kind": "skill",
  "name": "rules-ask",
  "description": "Project Documentation Rules (Non-Obvious Only)",
  "publisher": "Maltide",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Project Documentation Rules (Non-Obvious Only)"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/Maltide/Practice-Tasks",
      "path": ".roo/rules-ask/AGENTS.md",
      "ref": "bfa581f1c3d9a4c39fb84960fd5e7df6a9bae779",
      "url": "https://github.com/Maltide/Practice-Tasks/blob/bfa581f1c3d9a4c39fb84960fd5e7df6a9bae779/.roo/rules-ask/AGENTS.md",
      "key": "Maltide/Practice-Tasks/.roo/rules-ask/AGENTS.md"
    }
  },
  "instructions": "# Project Documentation Rules (Non-Obvious Only)\n\n- **Sprint organization**: `sprints/sprint-XX-name/` structure, but README progress table uses different naming (e.g., \"Sprint 01: Основы\" vs actual dir \"sprint-01-find-smallest\")\n- **Test location**: Tests are centralized at sprint level (`sprint_test.go`), not alongside individual exercise files\n- **Mixed documentation**: Function descriptions in Russian, code comments in English - both are canonical\n- **Progress tracking**: `go run scripts/progress.go` updates README statistics (script referenced but not visible in file structure)\n- **Packag",
  "cost": {
    "context_tokens": 178
  }
}

Fetch it by URL: GET /api/v1/registry/maltide-practice-tasks-rules-ask/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.