Skip to content
Skillv1.0.0

backend

This directory contains the FastAPI backend for the project management MVP.

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

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

See reviews

About

Imported from graystoke99/pmt (backend/AGENTS.md). Install upstream with npx skills add graystoke99/pmt --skill backend. Copyright stays with the author.

Backend overview

This directory contains the FastAPI backend for the project management MVP.

Current scope

  • FastAPI application entry point in app/main.py
  • SQLite-backed board persistence with automatic schema initialization and seeding
  • Board, column, and card API endpoints for the single MVP user
  • Health and hello API endpoints for smoke testing
  • Backend API and persistence tests under tests/

Current responsibilities

  • Expose the backend service on port 8000
  • Initialize the SQLite database automatically on startup
  • Serve the persisted board state for the seeded MVP user
  • Validate and persist board, column, and card mutations
  • Keep local Docker persistence in /app/data/app.db

Near-term follow-up

  • Add OpenRouter integration

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/graystoke99-pmt-backend/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.

graystoke99-pmt-backend.ocm.jsonjson
{
  "ocm": "1",
  "id": "graystoke99-pmt-backend",
  "kind": "skill",
  "name": "backend",
  "description": "This directory contains the FastAPI backend for the project management MVP.",
  "publisher": "graystoke99",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This directory contains the FastAPI backend for the project management MVP."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/graystoke99/pmt",
      "path": "backend/AGENTS.md",
      "ref": "d022de9a1fb85f625c59da3956bb04059521901c",
      "url": "https://github.com/graystoke99/pmt/blob/d022de9a1fb85f625c59da3956bb04059521901c/backend/AGENTS.md",
      "key": "graystoke99/pmt/backend/AGENTS.md"
    }
  },
  "instructions": "## Backend overview\n\nThis directory contains the FastAPI backend for the project management MVP.\n\n## Current scope\n\n- FastAPI application entry point in `app/main.py`\n- SQLite-backed board persistence with automatic schema initialization and seeding\n- Board, column, and card API endpoints for the single MVP user\n- Health and hello API endpoints for smoke testing\n- Backend API and persistence tests under `tests/`\n\n## Current responsibilities\n\n- Expose the backend service on port `8000`\n- Initialize the SQLite database automatically on startup\n- Serve the persisted board state for the seeded MVP",
  "cost": {
    "context_tokens": 192
  }
}

Fetch it by URL: GET /api/v1/registry/graystoke99-pmt-backend/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.