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개 표시
모든 저장소를 표시했습니다