Skip to content
Skillv1.0.0

coding

The application source directory belongs in `<app-root>/app/` directory

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

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

See reviews

About

Imported from plockcdev/4sight (app/assets/coding/AGENTS.md). Install upstream with npx skills add plockcdev/4sight --skill coding. Copyright stays with the author.

Coding Guidelines

Application Root

The application source directory belongs in <app-root>/app/ directory

Database

see rdbms.md

Coding Language Specifications

Unless specified, use go for the application, and for light scripting needs, unless specified otherwise, use nushell

coding/languages/*.md - general coding instructions for specific languages (go, bash, python, nushell, rust, etc.)

CLI Built in help

When building, make sure to have 4sight --help and support --help for all subcommands

show the help when missing required arguments.

help should list all the available subcommands, options, and arguments, but not usage

have a subcommand "usage" that shows the app/USAGE.md context if that file exists, else the body part of the app/skill/SKILL.md file.

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/plockcdev-4sight-coding/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.

plockcdev-4sight-coding.ocm.jsonjson
{
  "ocm": "1",
  "id": "plockcdev-4sight-coding",
  "kind": "skill",
  "name": "coding",
  "description": "The application source directory belongs in `<app-root>/app/` directory",
  "publisher": "plockcdev",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "The application source directory belongs in `<app-root>/app/` directory"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/plockcdev/4sight",
      "path": "app/assets/coding/AGENTS.md",
      "ref": "8b0cc1118cabbea2c85cf829b9718d996c54958e",
      "url": "https://github.com/plockcdev/4sight/blob/8b0cc1118cabbea2c85cf829b9718d996c54958e/app/assets/coding/AGENTS.md",
      "key": "plockcdev/4sight/app/assets/coding/AGENTS.md"
    }
  },
  "instructions": "# Coding Guidelines\n\n## Application Root\n\nThe application source directory belongs in `<app-root>/app/` directory\n\n## Database\n\nsee rdbms.md\n\n## Coding Language Specifications\n\nUnless specified, use go for the application, and for light\nscripting needs, unless specified otherwise, use nushell\n\n`coding/languages/*.md` - general coding instructions for specific languages (go, bash, python, nushell, rust, etc.)\n\n## CLI Built in help\n\nWhen building, make sure to have `4sight --help` and support `--help` for all subcommands\n\nshow the help when missing required arguments.\n\nhelp should list all the a",
  "cost": {
    "context_tokens": 198
  }
}

Fetch it by URL: GET /api/v1/registry/plockcdev-4sight-coding/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.