The controller owns configured-skill queries and install/remove mutations. Catalog query and selection stay in `browse-skills-section.tsx`; catalog row presentation stays in `browse-skill-row.tsx`. -
Imported from IgorWarzocha/howcode (src/app/skills/AGENTS.md). Install upstream with npx skills add IgorWarzocha/howcode --skill skills. Copyright stays with the author.
The controller owns configured-skill queries and install/remove mutations. Catalog query and selection stay in browse-skills-section.tsx; catalog row presentation stays in browse-skill-row.tsx.
Reuse pi-resources/* for install scope, target-selection lifecycle, pending actions, and external links.
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/igorwarzocha-howcode-skills/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.
igorwarzocha-howcode-skills.ocm.jsonjson
{
"ocm": "1",
"id": "igorwarzocha-howcode-skills",
"kind": "skill",
"name": "skills",
"description": "The controller owns configured-skill queries and install/remove mutations. Catalog query and selection stay in `browse-skills-section.tsx`; catalog row presentation stays in `browse-skill-row.tsx`. - Reuse `pi-resources/*` for install scope, target-selection lifecycle, pending actions, and external links.",
"publisher": "IgorWarzocha",
"version": "1.0.0",
"capabilities": {
"domains": [
"data_analysis"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"The controller owns configured-skill queries and install/remove mutations. Catalog query and selection stay in `browse-skills-section.tsx`; catalog row presentation stays in `browse-skill-row.tsx`. - Reuse `pi-resources/*` for install scope, target-selection lifecycle, pending actions, and external links."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/IgorWarzocha/howcode",
"path": "src/app/skills/AGENTS.md",
"ref": "815296fa6c2f7bc5ad57afe28cf7e87a03140c00",
"url": "https://github.com/IgorWarzocha/howcode/blob/815296fa6c2f7bc5ad57afe28cf7e87a03140c00/src/app/skills/AGENTS.md",
"key": "IgorWarzocha/howcode/src/app/skills/AGENTS.md"
}
},
"instructions": "- The controller owns configured-skill queries and install/remove mutations. Catalog query and selection stay in `browse-skills-section.tsx`; catalog row presentation stays in `browse-skill-row.tsx`.\n- Reuse `pi-resources/*` for install scope, target-selection lifecycle, pending actions, and external links.",
"cost": {
"context_tokens": 77
}
}
Fetch it by URL: GET /api/v1/registry/igorwarzocha-howcode-skills/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.