release
01Skill Claude CodeCodex
Use when cutting an AgentGem release — core npm (vX.Y.Z) and/or desktop (desktop-vX.Y.Z) — or when asked to bump the version, write release notes, or tag a release.
Skill Claude CodeCodex
Use when cutting an AgentGem release — core npm (vX.Y.Z) and/or desktop (desktop-vX.Y.Z) — or when asked to bump the version, write release notes, or tag a release.
Skill Claude CodeCodex
Build, launch, and drive this repo's console app to verify a change end-to-end in a real browser.
Instructions file
Instructions for ninemindai/agentgem, covering claude.md, concurrent sessions, integration: keep local main a clean mirror, pr lifecycle: one pr = one settled scope and ui: every class name must be css-enforced.
Skill Claude CodeCodex
Use when the user asks for an insights report over their coding sessions ("how am I using my agent", "/insights-style report", "what's working / where do sessions go wrong"). Runs the 3-layer insights pipeline over AgentGem's goldmine tools and ends at publishing high-outcome sessions as Gems.
Skill Claude CodeCodex
Use when building or editing an AgentGem miniapp / mini-game — the sealed, single-file HTML app under /.agentgem/miniapps/. Covers the seal, the host capability protocol, consent, privacy, and the sizing traps. Also read before changing the miniapp platform itself (packages/play, the host, the Play console surfaces) …
Skill Claude CodeCodex
Use when rendering an AgentGem analysis report — a self-contained HTML readout built from a rubric evaluation's FACTS JSON (factors, findings, hygiene scores, per-session rows). Covers the facts-only rule, the embedded-JSON anti-hallucination seam, theming, and the editorial composition contract.
Skill Claude CodeCodex
Use when the user asks what keeps going wrong in their coding sessions, wants a quick retro on their agent habits, or asks how to make sessions smoother. Verifies detector findings against real transcripts before advising. For a full narrative report, use agentgem-insights instead.
Skill Claude CodeCodex
Use when the user wants to share/publish a Gem from their real usage. Drives scan → review → privacy gate → sign & publish via the agentgem-distill MCP tools.
Skill Claude CodeCodex
Use when the user wants to score their agent steering — "how well am I steering my agents", "what's my steering level", "run gemit". Runs the AgentGem gemit self-assessment — one npx command, a local HTML report, optional share.
Skill Claude CodeCodex
Build HTTP (REST) and MCP services from one Zod schema set and one DI container with AgentBack — an ESM/Zod/MCP fork of LoopBack 4. Use when building TypeScript/Node.js apps with @agentback/ packages: Zod-first REST controllers (@api, @get/@post/... with path/query/body/response schemas), MCP tool servers (@mcpServer…