Imported from navikt/forms-api (AGENTS.md). Install upstream with npx skills add navikt/forms-api. Copyright stays with the author.
Agent instructions
Interaction Style
Be extremely concise. Sacrifice grammar for the sake of concision.
Publications
publicationId semantics and consumer rules: see docs/publications.md. Only valid when status is published.
Database Schema Changes
When changing Flyway migrations, persisted enums, JPA converters, views, or DB-facing entities, use the refresh-database-schema-docs skill and regenerate docs/database-schema.md.
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/navikt-forms-api-forms-api/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.
navikt-forms-api-forms-api.ocm.jsonjson
{
"ocm": "1",
"id": "navikt-forms-api-forms-api",
"kind": "skill",
"name": "forms-api",
"description": "Agent instructions",
"publisher": "navikt",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Agent instructions"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/navikt/forms-api",
"path": "AGENTS.md",
"ref": "a8ef8b45cd8819cc24426969e9435e8ab11f966f",
"url": "https://github.com/navikt/forms-api/blob/a8ef8b45cd8819cc24426969e9435e8ab11f966f/AGENTS.md",
"key": "navikt/forms-api/AGENTS.md"
}
},
"instructions": "# Agent instructions\n\n## Interaction Style\n- Be extremely concise. Sacrifice grammar for the sake of concision.\n\n## Publications\n- `publicationId` semantics and consumer rules: see `docs/publications.md`. Only valid when `status` is `published`.\n\n## Database Schema Changes\n- When changing Flyway migrations, persisted enums, JPA converters, views, or DB-facing entities, use the `refresh-database-schema-docs` skill and regenerate `docs/database-schema.md`.",
"cost": {
"context_tokens": 114
}
}
Fetch it by URL: GET /api/v1/registry/navikt-forms-api-forms-api/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.