Imported from IFAKA/idlediary (AGENTS.md). Install upstream with npx skills add IFAKA/idlediary. Copyright stays with the author.
Agent Notes
Load the git guardrails before any git operation. Stage files explicitly; do not use git add . or git add -A.
After finishing requested changes, commit and push them unless the user explicitly says not to.
Next.js commands can rewrite next-env.d.ts between .next/types/routes.d.ts and .next/dev/types/routes.d.ts. Treat that file as generated and verify/revert unrelated churn 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/ifaka-idlediary-idlediary/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.
ifaka-idlediary-idlediary.ocm.jsonjson
{
"ocm": "1",
"id": "ifaka-idlediary-idlediary",
"kind": "skill",
"name": "idlediary",
"description": "Agent Notes",
"publisher": "IFAKA",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Agent Notes"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/IFAKA/idlediary",
"path": "AGENTS.md",
"ref": "44a41d544542364b8ee6fa9ea23095d4dd77c28d",
"url": "https://github.com/IFAKA/idlediary/blob/44a41d544542364b8ee6fa9ea23095d4dd77c28d/AGENTS.md",
"key": "IFAKA/idlediary/AGENTS.md"
}
},
"instructions": "# Agent Notes\n\n- Load the git guardrails before any git operation. Stage files explicitly; do not use `git add .` or `git add -A`.\n- After finishing requested changes, commit and push them unless the user explicitly says not to.\n- Next.js commands can rewrite `next-env.d.ts` between `.next/types/routes.d.ts` and `.next/dev/types/routes.d.ts`. Treat that file as generated and verify/revert unrelated churn before committing.",
"cost": {
"context_tokens": 106
}
}
Fetch it by URL: GET /api/v1/registry/ifaka-idlediary-idlediary/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.