The full instruction set for working in this repository lives in [.github/copilot-instructions.md](.github/copilot-instructions.md) — read it before making changes. It's shared across coding agents (G
Imported from bloom-housing/bloom (AGENTS.md). Install upstream with npx skills add bloom-housing/bloom. Copyright stays with the author.
AGENTS.md
The full instruction set for working in this repository lives in .github/copilot-instructions.md — read it before making changes. It's shared across coding agents (GitHub Copilot, Claude Code, and AGENTS.md-aware tools), so update it (not this file) when guidance changes.
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/bloom-housing-bloom-bloom/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.
bloom-housing-bloom-bloom.ocm.jsonjson
{
"ocm": "1",
"id": "bloom-housing-bloom-bloom",
"kind": "skill",
"name": "bloom",
"description": "The full instruction set for working in this repository lives in [.github/copilot-instructions.md](.github/copilot-instructions.md) — read it before making changes. It's shared across coding agents (GitHub Copilot, Claude Code, and AGENTS.md-aware tools), so update it (not this file) when guidance changes.",
"publisher": "bloom-housing",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"The full instruction set for working in this repository lives in [.github/copilot-instructions.md](.github/copilot-instructions.md) — read it before making changes. It's shared across coding agents (GitHub Copilot, Claude Code, and AGENTS.md-aware tools), so update it (not this file) when guidance changes."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/bloom-housing/bloom",
"path": "AGENTS.md",
"ref": "d285e89b50c8437ca1b24cdc1afa2f3ddf283348",
"url": "https://github.com/bloom-housing/bloom/blob/d285e89b50c8437ca1b24cdc1afa2f3ddf283348/AGENTS.md",
"key": "bloom-housing/bloom/AGENTS.md"
}
},
"instructions": "# AGENTS.md\n\nThe full instruction set for working in this repository lives in [.github/copilot-instructions.md](.github/copilot-instructions.md) — read it before making changes. It's shared across coding agents (GitHub Copilot, Claude Code, and AGENTS.md-aware tools), so update it (not this file) when guidance changes.",
"cost": {
"context_tokens": 80
}
}
Fetch it by URL: GET /api/v1/registry/bloom-housing-bloom-bloom/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.