Topic: rust
556 skills in this topic.
-
gitnexus-guide
Use when the user asks about GitNexus itself — available tools, how to query the knowledge graph, MCP resources, graph schema, or workflow reference. Examples: "What GitNexus tools are available?", "How do I use GitNexus?"
debba/tabularis 1,064
-
gitnexus-impact-analysis
Use when the user wants to know what will break if they change something, or needs safety analysis before editing code. Examples: "Is it safe to change X?", "What depends on this?", "What will break?"
debba/tabularis 1,064
-
gitnexus-refactoring
Use when the user wants to rename, extract, split, move, or restructure code safely. Examples: "Rename this function", "Extract this into a module", "Refactor this class", "Move this to a separate file"
debba/tabularis 1,064
-
gitnexus-impact-analysis
Analyze blast radius before making code changes
debba/tabularis 1,064
-
gitnexus-refactoring
Plan safe refactors using blast radius and dependency mapping
debba/tabularis 1,064
-
bkmr-memory
Primary memory system — supersedes built-in file-based memory (MEMORY.md / memory/ directory). All memory reads and writes go through bkmr, not the filesystem. Invoke for ANY of: (1) User asks about memories, past sessions, what you remember — "what do you know about X". (2) User asks to remember or save something for future sessions. (3) Starting a new task — check for relevant context, gotchas, or preferences. (4) Encountered a bug or surprise — check if seen before. (5) Making an architectural or tooling decision — check for prior decisions. (6) End of task — persist non-trivial learnings. When in doubt, invoke — a quick bkmr query costs almost nothing. DO NOT use file-based memory — use bkmr instead.
sysid/bkmr 246
-
evolve
Create, test, and improve functions at runtime — agents write their own code
iii-hq/agentos 113
-
lifecycle
Session lifecycle management — transitions, state tracking, reactions
iii-hq/agentos 113
-
memory
Persistent agent memory — store, recall, search across sessions
iii-hq/agentos 113
-
orchestrate
Plan and execute multi-agent work — decompose features, spawn workers, monitor progress
iii-hq/agentos 113
-
recover
Scan agent health and auto-recover stale or dead sessions
iii-hq/agentos 113
-
security
Security scanning — injection detection, capability checks, audit trails
iii-hq/agentos 113
-
status
System status and health checks — dashboard stats, agent health, worker status
iii-hq/agentos 113
-
swarm
Multi-agent swarm coordination — create swarms, broadcast tasks, reach consensus
iii-hq/agentos 113
-
tasks
Task decomposition — break features into subtasks, assign workers, track progress
iii-hq/agentos 113
-
vault
Secret management — encrypted storage for API keys, tokens, credentials
iii-hq/agentos 113
-
xmaster
Post on X, search, reply, like, retweet, manage lists, check metrics, read any X post by URL or ID, and run any X account operation via the xmaster CLI. Use when user asks to post on X, tweet something, check X metrics, search X, reply on X, manage X lists, check X trending, like/retweet, follow/unfollow, send DM on X, check X rate limits, READ an X post/URL, check what someone posted, or mentions xmaster, X posting, tweeting, or any X account management task. Also trigger on 'xmaster', 'post this on X', 'tweet this', 'check my X', 'X engagement', 'search X for', 'reply on X', 'X thread', 'post a thread', any x.com URL, or 'read this tweet/post'.
199-biotechnologies/xmaster 109
-
webclaw
Web extraction engine with antibot bypass. Scrape, crawl, extract, summarize, search, map, diff, monitor, research, and analyze any URL — including Cloudflare-protected sites. Use when you need reliable web content, the built-in web_fetch fails, or you need structured data extraction from web pages.
0xMassi/webclaw 478
-
deep-research
Systematic multi-phase web research producing thorough, cited reports
qhkm/zeptoclaw 588
-
github
Interact with GitHub using the gh CLI for pull requests, issues, and runs.
qhkm/zeptoclaw 588
-
skill-creator
Create or update ZeptoClaw skills. Use when designing, structuring, or authoring new agent skills.
qhkm/zeptoclaw 588
-
codex-app-parity
Use when implementing or changing user-visible behavior/UI in this repository and parity with the installed Codex desktop app must be validated before coding.
friuns2/codexUI 221
-
github-pr-acceptance
friuns2/codexUI 221
-
npm-publish
用于本仓库的 npm 发布流程。当用户提到发布到 npm、发包、npm publish、发布 latest、验证 npm 包版本或准备 npm release 时使用。优先复用仓库现有的 publish.sh 与 package.json 配置,而不是临时手写发布步骤。
friuns2/codexUI 221