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

agentjido

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

収集済み skills
68
リポジトリ
11
更新
2026-07-16
リポジトリマップ

skills がある場所

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

#01
jido_run
23 件の skills · 2026-03-15
ソフトウェア開発者ウェブ開発者テクニカルライター
3 件の職業カテゴリ · 100% 分類済み
34%比率
#02
jido-skills
23 件の skills · 2026-05-22
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター
2 件の職業カテゴリ · 100% 分類済み
34%比率
#03
jidoka
8 件の skills · 2026-07-16
プロジェクト管理専門家ソフトウェア品質保証アナリスト・テスターソフトウェア開発者ネットワーク・コンピュータシステム管理者
4 件の職業カテゴリ · 100% 分類済み
12%比率
#04
jido_managed_agents
3 件の skills · 2026-04-10
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター
2 件の職業カテゴリ · 100% 分類済み
4.4%比率
#05
jido
2 件の skills · 2026-02-16
ソフトウェア品質保証アナリスト・テスターソフトウェア開発者
2 件の職業カテゴリ · 100% 分類済み
2.9%比率
#06
req_llm
2 件の skills · 2026-03-25
ソフトウェア品質保証アナリスト・テスター
1 件の職業カテゴリ · 100% 分類済み
2.9%比率
#07
jido_ai
2 件の skills · 2026-02-07
ソフトウェア品質保証アナリスト・テスターソフトウェア開発者
2 件の職業カテゴリ · 100% 分類済み
2.9%比率
#08
llm_db
2 件の skills · 2026-06-08
ソフトウェア品質保証アナリスト・テスターソフトウェア開発者
2 件の職業カテゴリ · 100% 分類済み
2.9%比率
ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

ash-jido
ソフトウェア開発者

Builder-oriented guidance for the upstream `ash_jido` package. Use when Codex needs to expose Ash actions as Jido actions, wire Ash resources into agent workflows, emit or consume signals around Ash changes, or review boundary decisions between Ash domains and Jido agents.

2026-03-15
jido-action
ソフトウェア開発者

Builder-oriented guidance for the upstream `jido_action` package. Use when Codex needs to scaffold or review `Jido.Action` modules, validate action inputs and outputs, compose actions into agent workflows, or turn action docs into runnable Elixir examples.

2026-03-15
jido-behaviortree
ソフトウェア開発者

Builder-oriented guidance for the upstream `jido_behaviortree` package. Use when Codex needs to model agent decision trees, selectors, sequences, or fallback paths in Jido, or when it needs to turn sparse behavior-tree docs into a concrete runnable example without inventing unsupported runtime features.

2026-03-15
jido-browser
ソフトウェア開発者

Builder-oriented guidance for the upstream `jido_browser` package. Use when Codex needs to build browser-backed Jido automations, wrap navigation or extraction flows in actions, turn browser docs into runnable examples, or review `jido_browser` boundaries versus `req_llm` and app-specific scraping code.

2026-03-15
jido-memory
ソフトウェア開発者

Builder-oriented guidance for the upstream `jido_memory` package. Use when Codex needs to add memory spaces, retrieval flows, summarization or recall hooks, or review memory boundaries in Jido applications that also use `jido`, `jido_ai`, and external storage backends.

2026-03-15
jido-messaging
ソフトウェア開発者

Builder-oriented guidance for the upstream `jido_messaging` package. Use when Codex needs to plan or review messaging adapters, bridge Jido signals onto external transports, or keep delivery semantics, retries, and routing boundaries explicit for Jido-based systems.

2026-03-15
jido-otel
ソフトウェア開発者

Builder-oriented guidance for the upstream `jido_otel` package. Use when Codex needs to add OpenTelemetry tracing to Jido applications, implement a tracer backend for Jido observability hooks, or review how spans, correlation ids, and exported telemetry should cross package boundaries.

2026-03-15
jido-signal
ソフトウェア開発者

Builder-oriented guidance for the upstream `jido_signal` package. Use when Codex needs to define signal schemas, route or dispatch events, bridge Jido signals to buses or transports, or review `jido_signal` boundaries versus `jido`, `jido_messaging`, and application code.

2026-03-15
このリポジトリの収集済み skills 23 件中、上位 8 件を表示しています。
hex-release
ソフトウェア開発者

Guide human-in-the-loop Hex package releases for AgentJido repositories. Use when preparing, validating, dry-running, publishing, tagging, or dispatching a Hex release workflow.

2026-05-22
jido-action
ソフトウェア開発者

Build and maintain composable Jido actions with validated inputs, explicit outputs, predictable errors, and AI-tool compatibility. Use when defining actions, schemas, action chains, or action execution behavior.

2026-05-22
jido-agent
ソフトウェア開発者

Build and maintain Jido agent modules, schemas, command handling, plugins, directives, and runtime wiring. Use when creating agents, changing agent behavior, or working with AgentServer-style runtime integration.

2026-05-22
jido-ai
ソフトウェア開発者

Integrate AI and LLM behavior into Jido systems using local jido_ai and req_llm conventions. Use when adding providers, model aliases, AI agents, tool calling, streaming, structured output, or skill prompt composition.

2026-05-22
jido-core
ソフトウェア開発者

Provide Jido ecosystem context, package roles, conventions, and foundational patterns. Use before Jido agent, action, AI, testing, docs, or package work when the local repo needs shared Jido guidance.

2026-05-22
jido-testing
ソフトウェア品質保証アナリスト・テスター

Test Jido agents, actions, plugins, signals, directives, and AI integrations with focused unit and runtime coverage. Use when adding tests, fixing test gaps, or validating Jido behavior.

2026-05-22
pr-harden
ソフトウェア開発者

Harden a pull request by fixing blocking review findings, strengthening regression tests, validating locally, pushing to the PR branch, and updating AgentJido review-state labels. Use only when explicitly asked to fix a PR.

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

Review pull requests for correctness, tests, merge readiness, CI status, conflicts, and AgentJido review-state labels. Use when asked to review a PR, check if it is ready to merge, or provide PR feedback without editing code.

2026-05-22
このリポジトリの収集済み skills 23 件中、上位 8 件を表示しています。
ce-brainstorm
プロジェクト管理専門家

Explore requirements and approaches through collaborative dialogue, then write a right-sized requirements document. Use when the user says "let's brainstorm", "what should we build", or "help me think through X", presents a vague or ambitious feature request, or seems unsure about scope or direction -- even without explicitly asking to brainstorm.

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

Structured code review for bugs, regressions, tests, and standards. Use before PRs or when asked for review; interactive mode can fix locally, while mode:agent reports only for pipeline callers.

2026-07-16
ce-doc-review
プロジェクト管理専門家

Review requirements or plan documents using parallel persona agents that surface role-specific issues. Use when a requirements document or plan document exists and the user wants to improve it.

2026-07-16
ce-ideate
プロジェクト管理専門家

Generate and critically evaluate grounded ideas about a topic. Use when asking what to improve, requesting idea generation, exploring surprising directions, or wanting the AI to proactively suggest strong options before brainstorming one in depth. Triggers on phrases like 'what should I improve', 'give me ideas', 'ideate on X', 'surprise me', 'what would you change', or any request for AI-generated suggestions rather than refining the user's own idea.

2026-07-16
ce-plan
プロジェクト管理専門家

Create structured plans for multi-step tasks -- software features, research workflows, events, study plans, or any goal that benefits from breakdown. Also deepens existing plans with interactive sub-agent review. Use when the user says 'plan this', 'create a plan', 'how should we build', 'break this down', or when a brainstorm doc is ready for planning. Use 'deepen the plan' or 'deepening pass' for the deepening flow. For exploratory requests, prefer ce-brainstorm first.

2026-07-16
ce-setup
ネットワーク・コンピュータシステム管理者

Diagnose and configure compound-engineering environment. Checks CLI dependencies, plugin version, and repo-local config. Offers guided installation for missing tools. Use when troubleshooting missing tools, verifying setup, or before onboarding.

2026-07-16
ce-strategy
プロジェクト管理専門家

Create or maintain STRATEGY.md - the product's target problem, approach, users, key metrics, and tracks of work. Use when starting a new product, updating direction, or when prompts like 'write our strategy', 'update the roadmap', 'what are we working on', or 'set up the strategy doc' come up. Also triggers when ce-ideate, ce-brainstorm, or ce-plan need upstream grounding and no strategy doc exists yet.

2026-07-16
ce-work
ソフトウェア開発者

Execute work efficiently while maintaining quality and finishing features

2026-07-16
11 件中 11 件のリポジトリを表示
すべてのリポジトリを表示しました