- 📁 scripts/
- 📄 README.md
- 📄 SKILL.md
Index and search code repositories, documentation, research papers, HuggingFace datasets, local folders, Slack workspaces, Google Drive, X (Twitter), and packages with Nia AI. Includes auth bootstrapping, Oracle autonomous research, GitHub live search, Tracer agent, dependency analysis, context sharing, code advisor, document agent, data extraction, filesystem operations, and generic connectors.
Detect white box Go tests and propose conversion to black box tests (package foo_test). Internal skill used by golang-pro agent to enforce black box testing conventions.
- 📁 skill-creator/
- 📁 skills/
- 📄 .gitignore
- 📄 AgentSkills_refactor_spec_v1.md
- 📄 README.md
AI Agent 技能库项目规范,指导 agent 正确阅读和使用 skill
Manage the Skynet multi-agent collaboration network using the local dev CLI (pnpm skynet). Use when developing and testing Skynet locally.
- 📁 references/
- 📁 scripts/
- 📄 SKILL.md
Register a new AI coding agent with the lince-dashboard and agent-sandbox. The agent provides its own requirements (binary, config dirs, API keys, sandbox behavior) and this skill generates correct TOML configuration. Use when adding a new agent type, setting up multi-agent support, or when asked to add agent, register agent, setup agent, configure agent for dashboard.
- 📁 references/
- 📁 scripts/
- 📄 SKILL.md
>-
- 📁 .claude-plugin/
- 📁 skills/
- 📁 src/
- 📄 .gitignore
- 📄 LICENSE
- 📄 package.json
AI UGC video production from the terminal using the `agent-media` CLI.
Agent package management via the mars CLI. Use when installing, updating, or removing agent/skill sources, checking package health, linking tool directories, or setting up a freshly cloned repo.
- 📁 .claude-plugin/
- 📁 references/
- 📄 .gitignore
- 📄 AGENTS.md
- 📄 LICENSE
Tensorlake SDK for agent sandboxes and sandbox-native orchestration. Use when the user mentions tensorlake, or asks about Tensorlake APIs/docs/capabilities. Also use when the user is building AI agents or agentic applications that need sandboxed execution environments for agents and isolated tool calls, or durable workflow orchestration for agents (parallel map/reduce DAGs). Works with any LLM provider (OpenAI, Anthropic), agent framework (LangChain, CrewAI, LlamaIndex), database, or API as the infrastructure layer.
- 📁 .github/
- 📁 docs/
- 📁 python/
- 📄 .gitignore
- 📄 AGENTS.md
- 📄 Cargo.lock
Use when about to run git branching, commit, push, or PR operations in a repo managed by ez-stack. Provides the complete command reference and agent-specific usage patterns.
Search and execute pre-learned web API skills via Schrute. For repeatable site interactions, check Schrute first — it replays learned API calls in 5ms instead of full browser automation.
- 📁 assets/
- 📁 references/
- 📄 README.md
- 📄 SKILL.md
Build, modify, debug, and deploy agents with Agentforce Agent Script. TRIGGER when: user creates, modifies, or asks about .agent files or aiAuthoringBundle metadata; changes agent behavior, responses, or conversation logic; designs agent topics, actions, tools, sub-agents, or flow control; writes or reviews an Agent Spec; previews, debugs, deploys, publishes, or tests agents; uses Agent Script CLI commands (sf agent generate/preview/publish/test). DO NOT TRIGGER when: Apex development, Flow building, Prompt Template authoring, Experience Cloud configuration, or general Salesforce CLI tasks unrelated to Agent Script.