Dskills — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Dskills (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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 |
Some skills provide Python CLIs. Install skill-specific dependencies before use:
pip install PyYAML/plugin marketplace add Dianel555/DSkillsThen browse and install via /plugin.
# List available skills
npx skills add Dianel555/DSkills --list
# Install specific skill
npx skills add Dianel555/DSkills -s grok-searchgit 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 listNote: 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/
└── .claude-plugin/
└── marketplace.json # Metadataskills/<skill-name>/SKILL.md.claude-plugin/marketplace.jsonMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.