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

sparkling

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

収集済み skills
252
リポジトリ
4
更新
2026-06-15
リポジトリエクスプローラー

リポジトリと代表的な skills

adr-index
ソフトウェア開発者

Build or rebuild the ADR index + dependency graph in AgentDB by running the in-process `agentdb index` command (one cold-start, all surfaces in one pass — no per-record npx round-trips). Handles v3-style and plugin-style ADR formats.

2026-06-10
adr-create
ソフトウェア開発者

Create a new Architecture Decision Record with sequential numbering and AgentDB registration

2026-06-07
hive-mind-advanced
ソフトウェア開発者

Hive Mind orchestration patterns — queen-led multi-agent coordination with Byzantine/Raft/Gossip/CRDT consensus, typed collective memory, dialectic council, and session checkpoint/resume. Use for decision-bearing work; use swarm-advanced for parallel execution without consensus.

2026-06-06
diff-analyze
ソフトウェア品質保証アナリスト・テスター

Analyze git diffs for risk scoring, reviewer recommendations, and change classification

2026-06-04
test-gaps
ソフトウェア品質保証アナリスト・テスター

Detect missing test coverage and generate test suggestions

2026-06-04
hive-mind-advanced
ソフトウェア開発者

Hive Mind orchestration patterns — queen-led multi-agent coordination with Byzantine/Raft/Gossip/CRDT consensus, typed collective memory, dialectic council, and session checkpoint/resume. Use for decision-bearing work; use swarm-advanced for parallel execution without consensus.

2026-06-04
intelligence-transfer
ソフトウェア開発者

Transfer learned patterns from another project on disk into this one -- the project-to-project pattern transfer that hooks_transfer performs

2026-06-04
neural-train
ソフトウェア開発者

Train SONA + MicroLoRA neural patterns from successful task completions; runs the DISTILL + CONSOLIDATE phases of the 4-step pipeline

2026-06-04
このリポジトリの収集済み skills 193 件中、上位 8 件を表示しています。
agentdb-advanced-features
ソフトウェア開発者

Master advanced AgentDB features including QUIC synchronization, multi-database management, custom distance metrics, hybrid search, and distributed systems integration. Use when building distributed AI systems, multi-agent coordination, or advanced vector search applications.

2026-06-15
agentdb-learning-plugins
ソフトウェア開発者

Create and train AI learning plugins with AgentDB's 9 reinforcement learning algorithms. Includes Decision Transformer, Q-Learning, SARSA, Actor-Critic, and more. Use when building self-learning agents, implementing RL, or optimizing agent behavior through experience.

2026-06-15
agentdb-memory-patterns
ソフトウェア開発者

Implement persistent memory patterns for AI agents using AgentDB. Includes session memory, long-term storage, pattern learning, and context management. Use when building stateful agents, chat systems, or intelligent assistants.

2026-06-15
agentdb-performance-optimization
ソフトウェア開発者

Optimize AgentDB performance with quantization (4-32x memory reduction), HNSW indexing (150x faster search), caching, and batch operations. Use when optimizing memory usage, improving search speed, or scaling to millions of vectors.

2026-06-15
agentdb-vector-search
ソフトウェア開発者

Implement semantic vector search with AgentDB for intelligent document retrieval, similarity matching, and context-aware querying. Use when building RAG systems, semantic search engines, or intelligent knowledge bases.

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

Web browser automation with AI-optimized snapshots for Codex-flow agents

2026-06-15
flow-nexus-swarm
ソフトウェア開発者

Cloud-based AI swarm deployment and event-driven workflow automation with Flow Nexus platform

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

Comprehensive GitHub code review with AI-powered swarm coordination

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

Convene a dialectic expert-panel review (the Linked Data Council Hive) on an ontology/ADR/ODR proposition or a set of outstanding questions, then produce a session record. Use when a modelling decision has a credible split, a contested mapping or identity-criterion question needs adjudicating, or a precedent needs recording. Spawns a SCOPED panel via the Agent tool (Queen + Devil's Advocate + only the relevant experts), collects per-question verdicts, writes the synthesis, and routes dispositions to the ODRs/ADRs.

2026-06-15
diagramming
ソフトウェア開発者

Create professional diagrams using Mermaid or DOT/Graphviz. Mermaid for flowcharts, sequences, classes, ER, Gantt, architecture with semantic coloring and WCAG AA accessibility. DOT/Graphviz for pure network graphs, semantic webs, and maximum layout control.

2026-06-15
odr-review
ソフトウェア開発者

Lint ODR frontmatter, section structure, and references against the DCAP profile

2026-06-15
odr-create
ソフトウェア開発者

Create a new Ontology Decision Record (ODR) with sequential numbering and AgentDB registration

2026-06-07
odr-index
ソフトウェア開発者

Build or rebuild the ODR index and dependency graph in AgentDB (strict mode — unified MADR DCAP: 6 required + 3 optional frontmatter keys, MADR body spine, matching odr-create / odr-review)

2026-06-07
adr-create
ソフトウェア開発者

Create a new Architecture Decision Record with sequential numbering (ADR- prefixed filename) and AgentDB registration

2026-05-09
adr-index
ソフトウェア開発者

Build or rebuild the ADR index and dependency graph in AgentDB (strict mode — Phase 3 corpus, ADR- prefix filenames, no legacy fallbacks)

2026-05-09
mermaid-export
ソフトウェア開発者

Export Mermaid diagrams from documents to PNG images. MUST be run immediately after creating or editing any Mermaid diagram, BEFORE committing. Processes .md, .html, .mdx, .rst, .adoc files.

2026-03-08
このリポジトリの収集済み skills 16 件中、上位 8 件を表示しています。
agentdb-advanced-features
データベースアーキテクト

Master advanced AgentDB features including QUIC synchronization, multi-database management, custom distance metrics, hybrid search, and distributed systems integration. Use when building distributed AI systems, multi-agent coordination, or advanced vector search applications.

2026-02-23
agentdb-learning-plugins
データサイエンティスト

Create and train AI learning plugins with AgentDB's 9 reinforcement learning algorithms. Includes Decision Transformer, Q-Learning, SARSA, Actor-Critic, and more. Use when building self-learning agents, implementing RL, or optimizing agent behavior through experience.

2026-02-23
agentdb-memory-patterns
ソフトウェア開発者

Implement persistent memory patterns for AI agents using AgentDB. Includes session memory, long-term storage, pattern learning, and context management. Use when building stateful agents, chat systems, or intelligent assistants.

2026-02-23
agentdb-performance-optimization
ソフトウェア開発者

Optimize AgentDB performance with quantization (4-32x memory reduction), HNSW indexing (150x faster search), caching, and batch operations. Use when optimizing memory usage, improving search speed, or scaling to millions of vectors.

2026-02-23
agentdb-vector-search
データベースアーキテクト

Implement semantic vector search with AgentDB for intelligent document retrieval, similarity matching, and context-aware querying. Use when building RAG systems, semantic search engines, or intelligent knowledge bases.

2026-02-23
reasoningbank-with-agentdb
ソフトウェア開発者

Implement ReasoningBank adaptive learning with AgentDB's 150x faster vector database. Includes trajectory tracking, verdict judgment, memory distillation, and pattern recognition. Use when building self-learning agents, optimizing decision-making, or implementing experience replay systems.

2026-02-23
4 件中 4 件のリポジトリを表示
すべてのリポジトリを表示しました