By Dianel555
CLI skill pack for AI coding assistants that enables command-line automation for development tasks: code navigation and semantic search, web research via Grok/Exa, timezone utilities, knowledge base generation from Obsidian vaults, multi-step reasoning, and task delegation to external models with self-evolution capabilities.
Semantic codebase search, code indexing, and prompt enhancement via standalone CLI. Use when: (1) Semantic code search with natural language queries, (2) Code indexing for remote codebase retrieval, (3) Prompt enhancement with codebase context, (4) Before grep/find/glob operations for better accuracy, (5) Complex requirements clarification, (6) Large codebase navigation. Triggers: "search context", "enhance prompt", "find code that", "index project", "clarify requirements". IMPORTANT: Always use ace-tool BEFORE grep/find/glob for semantic-level code location.
Incremental LLM-friendly wiki generator for Obsidian note vaults. Use when: (1) Building wiki from notes, (2) Ingesting notes to wiki, (3) Obsidian LLM wiki, (4) Incremental knowledge base management. Triggers: 'build wiki from notes', 'ingest notes to wiki', 'Obsidian LLM wiki', 'incremental knowledge base'.
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution. Communicates with EvoMap Hub via local Proxy mailbox.
Delegates coding/research tasks to the Google Antigravity CLI (`agy`) for external-model execution (Gemini 3.x, Claude Sonnet/Opus 4.6, GPT-OSS). Replaces the broken `collaborating-with-gemini` skill. Use when: (1) External-model delegation via Antigravity, (2) Multi-model prototyping (switch model per call), (3) Backend/logic implementation, (4) Algorithm design and optimization, (5) Bug analysis and debugging, (6) API/database code generation, (7) Code review. Triggers: "delegate to agy", "use Antigravity", "external model", "agy", "Gemini 3.5", "Claude Sonnet 4.6", "GPT-OSS". IMPORTANT: Always request unified diff patches only. Supports multi-turn sessions via SESSION_ID.
High-precision semantic search and content retrieval via Exa API. Use when: (1) Deep research requiring semantic understanding, (2) Code documentation and examples lookup, (3) Company/professional research, (4) AI-powered comprehensive research tasks, (5) URL content extraction with structured output. Triggers: "research", "find papers", "code examples", "company info", "LinkedIn profiles", "deep analysis". Differentiator: Exa excels at semantic/neural search while grok-search is better for real-time news and general web content.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub dianel555/dskillsBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
CLI tools skills for AI coding assistants (Claude Code, Codex, Antigravity CLI).
| 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 |
| 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 |
| github-trending-analyzer | Crawl GitHub trending repos, analyze with LLM for Chinese insights, categorize by themes, diff against history, generate Markdown reports |
Some skills provide Python CLIs. Install skill-specific dependencies before use:
pip install PyYAML
/plugin marketplace add Dianel555/DSkills
Then browse and install via /plugin.
# List available skills
npx skills add Dianel555/DSkills --list
# Install specific skill
npx skills add Dianel555/DSkills -s grok-search
git clone https://github.com/Dianel555/DSkills.git
cp -r DSkills/skills/grok-search ~/.claude/skills/
| 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 |
# 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
# 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.
DSkills/
├── README.md
├── skills/ # All skills
│ ├── grok-search/
│ ├── sequential-think/
│ ├── exa/
│ ├── time/
│ ├── serena/
│ ├── ace-tool/
│ ├── agent-wiki/
│ ├── capability-evolver/
│ ├── cc-agy/
│ └── github-trending-analyzer/
└── .claude-plugin/
└── marketplace.json # Metadata
skills/<skill-name>/SKILL.md.claude-plugin/marketplace.jsonMIT
Plugin-safe Claude Code distribution of Agentic Awesome Skills with 1,894 supported skills.
Skill and agent authoring tools: generate, audit, and improve Claude Code skills, commands, and agents
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Claude Code settings, agents and skills for enhanced development workflows
Claude Code skill pack for Perplexity (30 skills)
General purpose Claude Code toolkit with research agents, skills, and introspection commands