1 Agent Initialization (Mandatory) Upon starting ANY session or receiving the first task, the agent **MUST** automatically invoke the following skills before any response or action: 1. **`using-superp
Imported from nite-coder/bifrost (AGENTS.md). Install upstream with npx skills add nite-coder/bifrost. Copyright stays with the author.
1 Agent Initialization (Mandatory)
Upon starting ANY session or receiving the first task, the agent MUST automatically invoke the following skills before any response or action:
using-superpowers: To establish the superpower-driven workflow.
karpathy-guidelines: To ensure surgical, minimal, and verifiable code changes.
golang-patterns: To ensure idiomatic and high-quality Go code.
golang-testing: To maintain robust test coverage and follow Go testing best practices.
2 Guidelines
Use English to write code and comments
If lint issues block make check, run make fix to auto-format and fix common issues.
After coding, MUST run make check and confirm both lint (0 issues) and tests (all pass) before committing.
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/nite-coder-bifrost-bifrost/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.
nite-coder-bifrost-bifrost.ocm.jsonjson
{
"ocm": "1",
"id": "nite-coder-bifrost-bifrost",
"kind": "skill",
"name": "bifrost",
"description": "1 Agent Initialization (Mandatory) Upon starting ANY session or receiving the first task, the agent **MUST** automatically invoke the following skills before any response or action: 1. **`using-superpowers`**: To establish the superpower-driven workflow. 1. **`karpathy-guidelines`**: To ensure surgical, minimal, and verifiable code changes. 1. **`golang-patterns`**: To ensure idiomatic and high-quality Go code. 1. **`golang-testing`**: To maintain robust test coverage and follow Go testing best practices.",
"publisher": "nite-coder",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"1 Agent Initialization (Mandatory) Upon starting ANY session or receiving the first task, the agent **MUST** automatically invoke the following skills before any response or action: 1. **`using-superpowers`**: To establish the superpower-driven workflow. 1. **`karpathy-guidelines`**: To ensure surgical, minimal, and verifiable code changes. 1. **`golang-patterns`**: To ensure idiomatic and high-quality Go code. 1. **`golang-testing`**: To maintain robust test coverage and follow Go testing best practices."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/nite-coder/bifrost",
"path": "AGENTS.md",
"ref": "9a1d177b216149909da8c0a5e9cd8abf7c5fd39e",
"url": "https://github.com/nite-coder/bifrost/blob/9a1d177b216149909da8c0a5e9cd8abf7c5fd39e/AGENTS.md",
"key": "nite-coder/bifrost/AGENTS.md"
}
},
"instructions": "## 1 Agent Initialization (Mandatory)\nUpon starting ANY session or receiving the first task, the agent **MUST** automatically invoke the following skills before any response or action:\n1. **`using-superpowers`**: To establish the superpower-driven workflow.\n1. **`karpathy-guidelines`**: To ensure surgical, minimal, and verifiable code changes.\n1. **`golang-patterns`**: To ensure idiomatic and high-quality Go code.\n1. **`golang-testing`**: To maintain robust test coverage and follow Go testing best practices.\n\n## 2 Guidelines\n1. Use English to write code and comments\n2. If lint issues block",
"cost": {
"context_tokens": 194
}
}
Fetch it by URL: GET /api/v1/registry/nite-coder-bifrost-bifrost/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.