CLI tools skills for AI coding assistants (Claude Code, Codex, Antigravity CLI).
개요
CLI tools skills for AI coding assistants (Claude Code, Codex, Antigravity CLI). Some skills provide Python CLIs. Install skill-specific dependencies before use: Use codex-cc when Codex needs to delegate a turn to local Claude Code. The bridge preserves Claude's normal runtime loading by default, so trusted-workspace CLAUDE.md, skills, plugins, MCP servers, custom commands, and rules remain active unless you explicitly override Claude behavior. Note: agy auto-loads MCP servers from ~/.gemini/antigravity/mcp_config.json and the memory doc at ~/.gemini/GEMINI.md. Use the cc-agy skill to drive agy from Claude Code. 1. Create skills/ /SKILL.md 2. Update .claude-plugin/marketplace.json
README
DSkills
CLI tools skills for AI coding assistants (Claude Code, Codex, Antigravity CLI).
Skills
| Skill | Description |
|---|---|
| grok-search | Enhanced web search via Grok API |
| sequential-think | Iterative thinking engine for complex problem-solving |
| exa | High-precision semantic search via Exa API |
| time | Time and timezone utilities |
| Serena | Semantic code understanding with IDE-like symbol operations |
| ontoly | Deterministic Software Graph analysis via Ontoly CLI and MCP |
| ace-tool | Semantic code search and AI-powered prompt enhancement |
| agent-wiki | Incremental LLM-friendly wiki generator for Obsidian note vaults |
| capability-evolver | Self-evolution engine for AI agents (EvoMap A2A, local Proxy mailbox) |
| cc-agy | Delegate coding/research tasks to Google Antigravity CLI (agy) for external-model execution |
| cc-codex | Delegate coding tasks to Codex CLI for prototyping, debugging, and code review (multi-turn SESSION_ID, sandbox=read-only) |
| codex-cc | Delegate coding tasks from Codex to local Claude Code while preserving Claude runtime customizations by default |
| github-trending-analyzer | Crawl GitHub trending repos, analyze with LLM for Chinese insights, categorize by themes, diff against history; default brief report or opt-in detailed per-project report |
| context7 | Fetch up-to-date library/framework/API docs from Context7 (bypass training cutoff); the co-located CLI normalizes current API payloads and an optional helper can run the same command in an isolated worker |
| grill-me | Grill the user about a requirement, decision, or idea before implementation, then produce an actionable planning report without writing code |
| literature-searcher | Search CrossRef, OpenAlex, PubMed, Semantic Scholar, and optional Scopus; deduplicate results, download open-access PDFs by DOI, classify papers, monitor topics, and analyze coverage gaps |
Python Skill Dependencies
Some skills provide Python CLIs. Install skill-specific dependencies before use:
pip install PyYAML
Installation
Claude Code (Native)
/plugin marketplace add Dianel555/DSkills
Then browse and install via /plugin.
agent-skills-cli
# List available skills
npx skills add Dianel555/DSkills --list
# Install specific skill
npx skills add Dianel555/DSkills -s grok-search
Manual
git clone https://github.com/Dianel555/DSkills.git
cp -r DSkills/skills/grok-search ~/.claude/skills/
Platform Support
| Platform | Skills Directory | Config |
|---|---|---|
| Claude Code | ~/.claude/skills/ |
.claude-plugin/marketplace.json |
| Codex | ~/.codex/skills/ |
Copy from skills/ |
| Antigravity CLI (agy) | ~/.gemini/antigravity-cli/builtin/skills/ |
agy plugin import|install |
Codex Platform
# Clone repository
git clone https://github.com/Dianel555/DSkills.git
# Copy skills to Codex directory
cp -r DSkills/skills/grok-search ~/.codex/skills/
# Verify installation
codex --list-skills
Use codex-cc when Codex needs to delegate a turn to local Claude Code. The bridge preserves Claude’s normal runtime loading by default, so trusted-workspace CLAUDE.md, skills, plugins, MCP servers, custom commands, and rules remain active unless you explicitly override Claude behavior.
Antigravity CLI (agy) Platform
# Clone repository
git clone https://github.com/Dianel555/DSkills.git
# Import a skill as an agy plugin (supports gemini/claude plugin format)
agy plugin import DSkills/skills/grok-search
# Or install from a marketplace (plugin@marketplace form)
agy plugin install grok-search@Dianel555/DSkills
# List imported plugins and verify
agy plugin list
Note: agy auto-loads MCP servers from ~/.gemini/antigravity/mcp_config.json and the memory doc at ~/.gemini/GEMINI.md. Use the cc-agy skill to drive agy from Claude Code.
Directory Structure
DSkills/
├── README.md
├── skills/ # All skills
│ ├── grok-search/
│ ├── sequential-think/
│ ├── exa/
│ ├── time/
│ ├── serena/
│ ├── ontoly/
│ ├── ace-tool/
│ ├── agent-wiki/
│ ├── capability-evolver/
│ ├── cc-agy/
│ ├── cc-codex/
│ ├── codex-cc/
│ ├── github-trending-analyzer/
│ ├── context7/
│ ├── grill-me/
│ └── literature-searcher/
└── .claude-plugin/
└── marketplace.json # Metadata
Adding New Skills
- Create
skills//SKILL.md - Update
.claude-plugin/marketplace.json
License
MIT
추천 도구
다른 키워드를 입력하거나 필터를 제거해 보세요.
설치
npx skillfish add dianel555/dskills