Skip to main content
Run any Skill in Manus
with one click
koki-develop
GitHub creator profile

koki-develop

Repository-level view of 16 collected skills across 6 GitHub repositories.

skills collected
16
repositories
6
updated
2026-07-18
repository explorer

Repositories and representative skills

opensrc
software-developers

Read third-party package source code via the `opensrc` CLI when investigating internal implementations of dependencies. ALWAYS invoke this skill before reading library/package source — including phrasings like "how does <pkg> work internally", "I want to read the source of <pkg>", "investigate the implementation of <pkg>", "let me check what <pkg> does under the hood", "git clone <repo> to read it", "look inside <pkg>", "<pkg> の実装を確認したい", "<pkg> のソースコードを調査", "<pkg> の中身を見たい", or any task that requires reading code from an npm / PyPI / crates.io package or a public GitHub/GitLab/Bitbucket repo. Use this skill instead of `git clone`, instead of asking the user to paste source, and instead of guessing from memory. Also use it when fetching only the path matters, e.g. setting up a search target for `rg` / `find` / `cat` across a dependency.

2026-05-01
rigorous
software-developers

Enforce uncompromising implementation standards — no ad-hoc fixes, no shortcuts, no scope reduction. Use this skill whenever the user invokes /rigorous before giving an implementation task. This skill sets the mindset for the entire task: always pursue the architecturally correct solution regardless of change volume or complexity. Also use when the user says things like "ちゃんとやって", "しっかり実装して", "妥協しないで", "手を抜かないで", or any indication they want rigorous, no-compromise implementation.

2026-03-26
commit
software-developers

Create a git commit for work done in the current session. Use this skill whenever the user invokes /commit or asks to commit their changes. This skill handles file selection (session-changed files, staged files, or explicitly specified files), commit message generation based on the repository's existing style, and outputs a summary of the commit. MUST be used for any commit operation — never commit without following this workflow.

2026-03-22
sleep
software-developers

Autonomous work mode — the user is going to sleep or will be unavailable, and cannot respond to questions or confirmations during the task. This skill is invoked explicitly via /sleep only. Do not auto-trigger based on conversational cues. Use this skill alongside whatever other skills the task requires.

2026-03-22
claude-md-guide
software-developers

Fetch the latest CLAUDE.md best practices from the official documentation. Use this skill before creating, updating, reviewing, or improving any CLAUDE.md file. Trigger on requests like "I want to write a CLAUDE.md", "review my CLAUDE.md", "what are the CLAUDE.md best practices?", or any work involving CLAUDE.md files.

2026-03-18
session-recap
project-management-specialists

Review the current session's work and evaluate whether any CLAUDE.md / AGENTS.md files in the project need updating. Only update when genuinely necessary. Use at the end of a session or at a natural breakpoint. Trigger when the user invokes /session-recap, or says things like "review docs", "do CLAUDE.md files need updating?", "reflect on what we did", "recap the session", or wants to check documentation consistency after completing work. This is not a mechanical codebase scan — it evaluates update needs based on the context of what was done during the session.

2026-03-18
find-refactoring-targets
software-developers

Scan the codebase to identify refactoring candidates — code that works correctly but would benefit from structural improvement. Use this skill when the user asks to find refactoring targets, code smells, cleanup opportunities, structural improvements, or wants to improve code maintainability. Also use when the user says things like "what should we clean up", "find messy code", "technical debt scan", or "what needs refactoring". This is NOT for bug hunting or security audits — it focuses purely on code structure, readability, and maintainability.

2026-03-18
sync-agents-md
software-developers

Synchronize CLAUDE.md and AGENTS.md files with the actual codebase state. Use this skill when the user invokes /sync-agents-md, asks to sync documentation, or wants to check if CLAUDE.md/AGENTS.md are up to date with the codebase. This skill compares documented claims (file paths, commands, tool names, directory structures, workflows) against reality and fixes inaccuracies. It only corrects what's wrong — it does not add new sections or expand documentation beyond what already exists.

2026-03-18
Showing top 8 of 9 collected skills in this repository.
collect-news
market-research-analysts-and-marketing-specialists-131161

Collect and organize tech news for a specific date (JST) by category (AI, Security, Cloud, Programming, OSS, etc.). Use this skill when the user wants to check tech news, asks 'what happened in tech today/yesterday', wants a news roundup, or mentions collecting/gathering tech news for a date. Also trigger when the user says things like 'today's tech news', 'news from March 10', or 'latest tech updates'. Results are saved as individual topic files under ./topics/<yyyy>/<mm>/<dd>/<slug>.md.

2026-05-15
review-post
news-analysts-reporters-and-journalists-273023editors

Review a single post file (summarize-news output) for factual accuracy against its source articles. Use this skill when the user wants to verify, review, or fact-check a specific news summary. Trigger when the user says things like 'review this post', 'fact-check this summary', 'verify this article', 'この記事をレビューして', 'この post を検証して', 'ファクトチェックして', or any request to check whether a specific summary accurately reflects its source articles. The user will specify which post file to review — if they don't, ask them.

2026-05-15
summarize-news
writers-and-authors

Summarize a single collected tech news topic in detail by reading full article content. Use this skill after collect-news has been run. Takes a topic file path (./topics/<yyyy>/<mm>/<dd>/<slug>.md) and generates a detailed summary as a Hugo post. Trigger when the user says things like 'summarize this topic', 'read the articles', 'detailed summary', 'summarize the news', '要約して', '詳しく読んで', '記事の内容をまとめて', or any request to dig deeper into a specific collected news topic.

2026-04-03
Showing 6 of 6 repositories
All repositories loaded