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

opensage-adk

يحتوي opensage-adk على 30 من skills المجمعة من opensage-agent، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
30
Stars
106
محدث
2026-07-09
Forks
22
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

opensage-adk
مطوّرو البرمجيات

Technical reference for OpenSage-ADK — a Google ADK-based framework for long-horizon, tool-heavy AI agents. Covers architecture, configuration, customization, extension, and production agent patterns.

2026-07-09
find-testcases-covering-function
محللو ضمان جودة البرمجيات والمختبرون

Find testcase IDs (TESTCASE nodes) that cover a given function (METHOD node) in Neo4j.

2026-07-07
coverage
محللو ضمان جودة البرمجيات والمختبرون

Code coverage analysis tools. These tools help analyze and visualize code coverage for test execution, upload coverage data to Neo4j, and display coverage statistics. Available tools: run-coverage, show-coverage.

2026-07-07
diagnose
مطوّرو البرمجيات

Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.

2026-07-07
mmp
مطوّرو البرمجيات

Standalone `mmp` executable for managing multiple MCP servers from a loaded gateway config.

2026-07-07
neo4j
مطوّرو البرمجيات

Neo4j database management and query tools. These tools help interact with Neo4j databases for code analysis, graph queries, and data management. Available tools: neo4j-query.

2026-07-07
static-analysis
مطوّرو البرمجيات

Static code analysis tools using Joern and Neo4j. These tools perform advanced code analysis including control flow analysis, data flow analysis, call graph traversal, and program slicing. Available tools: joern-query, joern-slice, search-function, get-caller, get-callee, get-call-paths-to-function.

2026-07-07
ensemble
المهن الحاسوبية الأخرى

Run the same task on multiple agents/models in parallel and reduce the answers (majority vote or disagreement check). Replaces the legacy agent_ensemble tool.

2026-07-07
multi-model
المهن الحاسوبية الأخرى

Recovery strategy when a subagent is stuck on a hard task. Two escape hatches: spawn a fresh-context instance with the same model, or retry with a different model from the registry.

2026-07-07
pool
المهن الحاسوبية الأخرى

Run N tasks under a concurrency cap K via a sliding-window worker pool. Use when many subagent invocations would otherwise hit provider rate limits.

2026-07-07
workflow
المهن الحاسوبية الأخرى

Multi-agent orchestration patterns for orchestrator agents. Three reusable patterns built on the existing call_subagent / wait_for_subagent / create_subagent / get_available_models tools. Available patterns: ensemble, pool, multi-model.

2026-07-07
run-coverage
محللو ضمان جودة البرمجيات والمختبرون

Run code coverage analysis on a specified file within the sandbox environment.

2026-03-23
show-coverage-all
محللو ضمان جودة البرمجيات والمختبرون

Show aggregated code coverage results across all executed testcases within the sandbox environment.

2026-03-23
show-coverage-one-testcase
محللو ضمان جودة البرمجيات والمختبرون

Show code coverage results for a specified file and testcase within the sandbox environment.

2026-03-23
extract-crashes
محللو ضمان جودة البرمجيات والمختبرون

Extract crash inputs from fuzzing output into a target directory.

2026-03-23
run-fuzzing-campaign
مطوّرو البرمجيات

Run a fuzzing campaign using AFL++ with optional seeds; supports `--custom_mutator_path` (you can write your own custom mutator and use this to execute).

2026-03-23
selective-instrument
مطوّرو البرمجيات

Selective AFL++ instrumentation for directed fuzzing. Agent writes target functions/files to /fuzz/allowlist.txt, recompiles with AFL_LLVM_ALLOWLIST, then runs directed fuzzing to quickly reach the target region and collect characteristic seeds for further analysis or conventional fuzzing.

2026-03-23
simplified-python-fuzzer
مطوّرو البرمجيات

Run a Python fuzzer script (provided as a string) for a fixed duration.

2026-03-23
fuzz
مطوّرو البرمجيات

Fuzzing tools for automated bug discovery. These tools support running fuzzing campaigns with AFL++, extracting crash information, and simplified Python fuzzing workflows. Available tools: run-fuzzing-campaign, extract-crashes, simplified-python-fuzzer.

2026-03-23
neo4j-query
مطوّرو البرمجيات

Run an arbitrary Cypher query against Neo4j and return JSON records.

2026-03-23
create-new-tool
مطوّرو البرمجيات

Scaffold a new bash_tools Skill under bash_tools/new_tools/.

2026-03-23
list-functions
مطوّرو البرمجيات

Tool to list all functions in a file using Neo4j.

2026-03-23
search-symbol
مطوّرو البرمجيات

Search the codebase inside the running container for the definition of a given symbol.

2026-03-23
retrieval
مطوّرو البرمجيات

Code retrieval tools. This category currently includes symbol lookup and function listing (via Neo4j-backed queries). Available tools: search-symbol, list-functions.

2026-03-23
get-call-paths
مطوّرو البرمجيات

Get a path in the call graph from a source function to a specified destination function in the codebase. It's very useful when you want to find call paths to a function.

2026-03-23
get-callee
مطوّرو البرمجيات

Tool to get the callee of a function in the codebase by function name and file path. It can help you traverse the callgraph and give you indirect calls.

2026-03-23
get-caller
مطوّرو البرمجيات

Tool to get the caller of a function in the codebase. It can help you traverse the callgraph and give you indirect calls.

2026-03-23
joern-query
مطوّرو البرمجيات

Run a Joern query.

2026-03-23
joern-slice
مطوّرو البرمجيات

Tool to get the program slice for a given function using Joern.

2026-03-23
search-function
مطوّرو البرمجيات

Tool to search for a function in the codebase.

2026-03-23