Before substantial work: - Skill check: run `pnpm exec intent list`, or use skills already listed in context. - Skill guidance: if one local skill clearly matches the task, run `pnpm exec intent load
Imported from hokkyss/Portfolio (AGENTS.md). Install upstream with npx skills add hokkyss/Portfolio. Copyright stays with the author.
Skill Loading
Before substantial work:
Skill check: run pnpm exec intent list, or use skills already listed in context.
Skill guidance: if one local skill clearly matches the task, run pnpm exec intent load <package>#<skill> and follow the returned SKILL.md.
Monorepos: when working across packages, run the skill check from the workspace root and prefer the local skill for the package being changed.
Multiple matches: prefer the most specific local skill for the package or concern you are changing; load additional skills only when the task spans multiple packages or concerns.
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/hokkyss-portfolio-portfolio/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.
hokkyss-portfolio-portfolio.ocm.jsonjson
{
"ocm": "1",
"id": "hokkyss-portfolio-portfolio",
"kind": "skill",
"name": "Portfolio",
"description": "Before substantial work: - Skill check: run `pnpm exec intent list`, or use skills already listed in context. - Skill guidance: if one local skill clearly matches the task, run `pnpm exec intent load <package>#<skill>` and follow the returned `SKILL.md`. - Monorepos: when working across packages, run the skill check from the workspace root and prefer the local skill for the package being changed. - Multiple matches: prefer the most specific local skill for the package or concern you are changing; load additional skills only when the task spans multiple packages or concerns. <!-- intent-skills:end -->",
"publisher": "hokkyss",
"version": "1.0.0",
"capabilities": {
"domains": [
"finance"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Before substantial work: - Skill check: run `pnpm exec intent list`, or use skills already listed in context. - Skill guidance: if one local skill clearly matches the task, run `pnpm exec intent load <package>#<skill>` and follow the returned `SKILL.md`. - Monorepos: when working across packages, run the skill check from the workspace root and prefer the local skill for the package being changed. - Multiple matches: prefer the most specific local skill for the package or concern you are changing; load additional skills only when the task spans multiple packages or concerns. <!-- intent-skills:end -->"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/hokkyss/Portfolio",
"path": "AGENTS.md",
"ref": "194c02fb1ee38522dd11bc7b41d51836597e265b",
"url": "https://github.com/hokkyss/Portfolio/blob/194c02fb1ee38522dd11bc7b41d51836597e265b/AGENTS.md",
"key": "hokkyss/Portfolio/AGENTS.md"
}
},
"instructions": "<!-- intent-skills:start -->\n## Skill Loading\n\nBefore substantial work:\n- Skill check: run `pnpm exec intent list`, or use skills already listed in context.\n- Skill guidance: if one local skill clearly matches the task, run `pnpm exec intent load <package>#<skill>` and follow the returned `SKILL.md`.\n- Monorepos: when working across packages, run the skill check from the workspace root and prefer the local skill for the package being changed.\n- Multiple matches: prefer the most specific local skill for the package or concern you are changing; load additional skills only when the task spans mul",
"cost": {
"context_tokens": 163
}
}
Fetch it by URL: GET /api/v1/registry/hokkyss-portfolio-portfolio/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.