remorses/kimaki

all opencode features deeply integrated inside Discord. each project is a channel. each session a thread

1.4kStars on the repository
4Mods indexed here, across every type
todayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

new-skill

01

remorses/kimaki

Skill Claude CodeCodex

Best practices for creating a SKILL.md file. Covers file structure, frontmatter, writing style, and where to place skills in a repository. Use when the user wants to create a new skill, update an existing skill, write a SKILL.md, or asks how skills work.

1.4k +17 today C 61 tokens original MIT

npm-package

02

remorses/kimaki

Skill Claude CodeCodex

Opinionated TypeScript npm package template for ESM packages. Enforces src→dist builds with tsc, strict TypeScript defaults, explicit exports, and publish-safe package metadata. Relative source imports must use .ts or .tsx (never .js); tsc rewrites them via rewriteRelativeImportExtensions. Use this when creating or…

1.4k +17 today C 78 tokens original MIT

opensrc

03

remorses/kimaki

Skill Claude CodeCodex

Fetch dependency source code to give AI agents deeper implementation context. Use when the agent needs to understand how a library works internally, read source code for a package, fetch implementation details for a dependency, or explore how an npm/PyPI/crates.io package is built. Triggers include "fetch source for"…

1.4k +17 today A 103 tokens copy · 100% MIT