Skip to content
Skillv1.0.0

.agents

This file defines project-specific guidelines, shortcuts, and behaviors for the PRAGNA Chatbot workspace.

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

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

See reviews

About

Imported from reshmabanu2823/PRAGNA_CHATBOT_ETHERX (.agents/AGENTS.md). Install upstream with npx skills add reshmabanu2823/PRAGNA_CHATBOT_ETHERX --skill .agents. Copyright stays with the author.

PRAGNA Chatbot Workspace Rules

This file defines project-specific guidelines, shortcuts, and behaviors for the PRAGNA Chatbot workspace.

Rules

  • Startup Shortcut:
    • Whenever the user says "run", "run everything", "start the product", or "start", the agent MUST automatically launch both the backend Flask server and the frontend Vite development server.
    • Backend configuration:
      • Working Directory: backend
      • Command: .venv\Scripts\python app.py
      • Execution: Background task
    • Frontend configuration:
      • Working Directory: chatbot-ui-vite
      • Command: npm run dev
      • Execution: Background task
    • After starting them, the agent should report their status and URLs.

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/reshmabanu2823-pragna-chatbot-etherx-agents/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.

reshmabanu2823-pragna-chatbot-etherx-agents.ocm.jsonjson
{
  "ocm": "1",
  "id": "reshmabanu2823-pragna-chatbot-etherx-agents",
  "kind": "skill",
  "name": ".agents",
  "description": "This file defines project-specific guidelines, shortcuts, and behaviors for the PRAGNA Chatbot workspace.",
  "publisher": "reshmabanu2823",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This file defines project-specific guidelines, shortcuts, and behaviors for the PRAGNA Chatbot workspace."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/reshmabanu2823/PRAGNA_CHATBOT_ETHERX",
      "path": ".agents/AGENTS.md",
      "ref": "41e0d2fe71b4d0d9108c615559a358cae5f32f95",
      "url": "https://github.com/reshmabanu2823/PRAGNA_CHATBOT_ETHERX/blob/41e0d2fe71b4d0d9108c615559a358cae5f32f95/.agents/AGENTS.md",
      "key": "reshmabanu2823/PRAGNA_CHATBOT_ETHERX/.agents/AGENTS.md"
    }
  },
  "instructions": "# PRAGNA Chatbot Workspace Rules\n\nThis file defines project-specific guidelines, shortcuts, and behaviors for the PRAGNA Chatbot workspace.\n\n## Rules\n\n- **Startup Shortcut**:\n  - Whenever the user says \"run\", \"run everything\", \"start the product\", or \"start\", the agent MUST automatically launch both the backend Flask server and the frontend Vite development server.\n  - Backend configuration:\n    - Working Directory: `backend`\n    - Command: `.venv\\Scripts\\python app.py`\n    - Execution: Background task\n  - Frontend configuration:\n    - Working Directory: `chatbot-ui-vite`\n    - Command: `npm r",
  "cost": {
    "context_tokens": 178
  }
}

Fetch it by URL: GET /api/v1/registry/reshmabanu2823-pragna-chatbot-etherx-agents/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.