Skip to content
Skillv1.0.0

test-dashboard

My dashboard page where the user can see his name after Sign up & login.

by siklodi-mariusz(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from siklodi-mariusz/test-dashboard (AGENTS.md). Install upstream with npx skills add siklodi-mariusz/test-dashboard. Copyright stays with the author.

Dashboard

My dashboard page where the user can see his name after Sign up & login.

Tech stack

@TECH_STACK.md

Specs

The complete specification is in specs/.

Code quality

Before creating any git commit, run bin/rubocop and ensure it exits with zero offenses. If violations are found, fix them before committing. Do NOT commit code with RuboCop violations.

Testing requirements

Every code change MUST include corresponding automated tests. Do NOT consider a task complete until tests are written and passing.

Delegate test writing to the @test-writer agent, which is trained on our codebase and testing conventions. The agent will generate tests that follow our established patterns and best practices.

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/siklodi-mariusz-test-dashboard-test-dashboard/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.

siklodi-mariusz-test-dashboard-test-dashboard.ocm.jsonjson
{
  "ocm": "1",
  "id": "siklodi-mariusz-test-dashboard-test-dashboard",
  "kind": "skill",
  "name": "test-dashboard",
  "description": "My dashboard page where the user can see his name after Sign up & login.",
  "publisher": "siklodi-mariusz",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "data_analysis"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "My dashboard page where the user can see his name after Sign up & login."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/siklodi-mariusz/test-dashboard",
      "path": "AGENTS.md",
      "ref": "97929e063d426d914e8913ddfd90b4c333085689",
      "url": "https://github.com/siklodi-mariusz/test-dashboard/blob/97929e063d426d914e8913ddfd90b4c333085689/AGENTS.md",
      "key": "siklodi-mariusz/test-dashboard/AGENTS.md"
    }
  },
  "instructions": "# Dashboard\n\nMy dashboard page where the user can see his name after Sign up & login.\n\n## Tech stack\n\n@TECH_STACK.md\n\n## Specs\n\nThe complete specification is in specs/.\n\n## Code quality\n\nBefore creating any git commit, run `bin/rubocop` and ensure it exits with zero offenses.\nIf violations are found, fix them before committing. Do NOT commit code with RuboCop violations.\n\n## Testing requirements\n\nEvery code change MUST include corresponding automated tests. Do NOT consider a task complete until tests are written and passing.\n\nDelegate test writing to the @test-writer agent, which is trained on",
  "cost": {
    "context_tokens": 181
  }
}

Fetch it by URL: GET /api/v1/registry/siklodi-mariusz-test-dashboard-test-dashboard/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.