Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
sparkling
ملف منشئ GitHub

sparkling

عرض على مستوى المستودعات لـ 252 skills مجمعة عبر 4 مستودعات GitHub.

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
عرض أهم 8 من أصل 193 skills مجمعة في هذا المستودع.
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
عرض أهم 8 من أصل 37 skills مجمعة في هذا المستودع.
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
عرض أهم 8 من أصل 16 skills مجمعة في هذا المستودع.
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 مستودعات
تم تحميل كل المستودعات