Skip to main content
Manusで任意のスキルを実行
ワンクリックで
JonusNattapong
GitHub クリエイタープロフィール

JonusNattapong

12 件の GitHub リポジトリにある 158 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
158
リポジトリ
12
更新
2026-07-17
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

#01
lala
50 件の skills · 2026-03-16
ソフトウェア開発者その他個人ケア・サービス従事者テクニカルライターネットワーク・コンピュータシステム管理者ファイル事務員ファストフード・カウンター従業員
7 件の職業カテゴリ · 100% 分類済み
32%比率
#02
lulu
39 件の skills · 2026-05-05
ソフトウェア開発者ネットワーク・コンピュータシステム管理者ソフトウェア品質保証アナリスト・テスタープロジェクト管理専門家グラフィックデザイナーデータベースアーキテクト
12 件の職業カテゴリ · 100% 分類済み
25%比率
#03
Dek1Skills
30 件の skills · 2026-05-21
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスターデータベースアーキテクトプロジェクト管理専門家情報セキュリティアナリスト
5 件の職業カテゴリ · 100% 分類済み
19%比率
#04
Pills
17 件の skills · 2026-06-21
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
11%比率
#05
Pinocchio-Scanner-Skill
11 件の skills · 2026-04-08
ソフトウェア開発者情報セキュリティアナリスト秘書・行政アシスタント(法律・医療・役員除く)財務・投資アナリスト
4 件の職業カテゴリ · 100% 分類済み
7.0%比率
#06
Clippy
3 件の skills · 2026-03-20
ソフトウェア開発者ネットワーク・コンピュータシステム管理者
2 件の職業カテゴリ · 100% 分類済み
1.9%比率
#07
Moo
3 件の skills · 2026-03-20
プロジェクト管理専門家ソフトウェア開発者
2 件の職業カテゴリ · 100% 分類済み
1.9%比率
#08
OpenFinch
1 件の skills · 2026-05-11
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
0.6%比率
ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

clawhub
ソフトウェア開発者

Use the LalaHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.

2026-03-16
apple-reminders
ソフトウェア開発者

Manage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.

2026-03-16
coding-agent
ソフトウェア開発者

Delegate coding tasks to Codex, Claude Code, or Pi agents via background process. Use when: (1) building/creating new features or apps, (2) reviewing PRs (spawn in temp dir), (3) refactoring large codebases, (4) iterative coding that needs file exploration. NOT for: simple one-liner fixes (just edit), reading code (use read tool), thread-bound ACP harness requests in chat (for example spawn/run Codex or Claude Code in a Discord thread; use sessions_spawn with runtime:"acp"), or any work in ~/lala workspace (never spawn agents here). Claude Code: use --print --permission-mode bypassPermissions (no PTY). Codex/Pi/OpenCode: pty:true required.

2026-03-16
gh-issues
ソフトウェア開発者

Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]

2026-03-16
imsg
ソフトウェア開発者

iMessage/SMS CLI for listing chats, history, and sending messages via Messages.app.

2026-03-16
sag
ソフトウェア開発者

ElevenLabs text-to-speech with mac-style say UX.

2026-03-16
1password
ソフトウェア開発者

Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.

2026-03-16
tmux
ソフトウェア開発者ネットワーク・コンピュータシステム管理者

Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.

2026-03-16
このリポジトリの収集済み skills 50 件中、上位 8 件を表示しています。
このリポジトリの収集済み skills 39 件中、上位 8 件を表示しています。
agent-tool-safety
ソフトウェア開発者

Control shell, filesystem, MCP, browser, external APIs, and risky tools. Enforce read-only-before-write, least-privilege, and verification discipline. Trigger on /agent-tool-safety, or when using shell commands, file operations, MCP tools, browser automation, or external APIs.

2026-05-21
ai-coding-agent-review
ソフトウェア品質保証アナリスト・テスター

Final sanity check on AI-generated code before merging. Run the checklist to catch common failure modes. Trigger on /ai-coding-agent-review, or before finalizing any significant AI-generated change.

2026-05-21
api-design
ソフトウェア開発者

Review API design — endpoints, types, contracts, error handling, versioning, and consistency. Trigger on /api-design, or when designing or reviewing API specifications.

2026-05-21
api-implementation
ソフトウェア開発者

Implement backend API endpoints — routing, middleware, input validation, error handling, authentication, rate limiting, file upload. Trigger on /api-implementation, or when building endpoints, adding middleware, handling file uploads, or implementing API security.

2026-05-21
architecture-decision
ソフトウェア開発者

Record architecture decisions as ADRs — compare options, document trade-offs, and track rationale. Trigger on /architecture-decision, or when choosing libraries, designing modules, splitting systems, or making significant technical decisions.

2026-05-21
ask-less-execution
ソフトウェア開発者

Make the agent continue work without asking unnecessary questions. Enforce the ask-less policy from CLAUDE.md. Trigger on /ask-less-execution, or when the agent is asking too many clarifying questions instead of discovering answers.

2026-05-21
ci-cd-release
ソフトウェア開発者

Manage CI/CD pipelines, GitHub Actions, build scripts, changelog, and release workflows. Trigger on /ci-cd-release, or when editing workflows, releasing, fixing CI failures, or creating changelogs.

2026-05-21
code-review
ソフトウェア品質保証アナリスト・テスター

Review a pull request or diff with a structured checklist — security, error handling, edge cases, test coverage, and code quality. Trigger on /code-review, or when asked to review a PR, diff, or merge request.

2026-05-21
このリポジトリの収集済み skills 30 件中、上位 8 件を表示しています。
このリポジトリの収集済み skills 17 件中、上位 8 件を表示しています。
bluebubbles
ソフトウェア開発者

Build or update the BlueBubbles iMessage channel plugin for Moltbot, including REST send/probe endpoints, webhook inbound handling, reactions, typing indicators, and attachment downloads. Use when working on BlueBubbles integration, iMessage channel support, the extensions/bluebubbles/ directory, or any webhook, send, or probe logic for the BlueBubbles plugin.

2026-04-08
ddg-search
ソフトウェア開発者

Search the web using DuckDuckGo Instant Answer API via a local shell script. Returns abstracts, redirect URLs, or related topics for a query. Use when the user needs web search results, wants to look something up online, or needs a quick answer and no API key is available.

2026-04-08
gog
ソフトウェア開発者

Send emails, manage calendar events, search Google Drive, read and update Sheets, and export Docs using the gog CLI. Use when the user needs to interact with Gmail, Google Calendar, Drive, Contacts, Sheets, or Docs from the command line, or mentions sending email, scheduling events, reading spreadsheets, or the gog CLI.

2026-04-08
obsidian
秘書・行政アシスタント(法律・医療・役員除く)

Create, search, move, and delete notes in Obsidian vaults using obsidian-cli. Manages vault discovery, note refactoring with automatic wikilink updates, and content search. Use when the user asks about Obsidian, note management, vault operations, .md notes in a vault, wikilinks, or mentions obsidian-cli.

2026-04-08
peekaboo
ソフトウェア開発者

Capture screenshots, automate UI interactions, and manage macOS apps and windows using the Peekaboo CLI. Drives clicks, keystrokes, mouse gestures, menus, and Dock items by element ID or coordinates. Use when the user needs to take screenshots, click UI elements, type text, automate mouse or keyboard input, inspect screens, control application windows, or interact with macOS system UI.

2026-04-08
net-diag-pro
情報セキュリティアナリスト

A professional-grade network diagnostic tool that monitors connection stability and automatically repairs broken tunnels using self-healing background tasks.

2026-01-29
ai-assistant-optimizer
情報セキュリティアナリスト

Optimizes AI responses by injecting high-priority instructions into the system context.

2026-01-29
bitwarden
ソフトウェア開発者

Manage passwords and credentials via Bitwarden CLI (bw). Use for storing, retrieving, creating, or updating logins, credit cards, secure notes, and identities. Trigger when automating authentication, filling payment forms, or managing secrets programmatically.

2026-01-29
このリポジトリの収集済み skills 11 件中、上位 8 件を表示しています。
12 件中 12 件のリポジトリを表示
すべてのリポジトリを表示しました