FAQ
dskills is a Claude Code plugin with 13 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes ace-tool, agent-wiki, capability-evolver. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Repo: Dianel555/DSkills
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 |
| cc-codex | Delegate coding tasks to Codex CLI for prototyping, debugging, and code review (multi-turn SESSION_ID, sandbox=read-only) |
| 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); two-skill split (main + forked fetcher) cuts token use on API calls |
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/
โ โโโ cc-codex/
โ โโโ github-trending-analyzer/
โ โโโ context7/
โโโ .claude-plugin/
โโโ marketplace.json # Metadata
skills/<skill-name>/SKILL.md.claude-plugin/marketplace.jsonMIT
.claude-plugin/
marketplace.json
.gitignore
LICENSE
README.md
skills/
ace-tool/
.env.example
README.md
scripts/
__init__.py
__main__.py
ace_cli.py
client.py
indexer.py
templates.py
utils.py
web_ui.py
SKILL.md
tests/
__init__.py
conftest.py
test_auth_upgrade.py
test_cli.py
test_client_auth_integration.py
test_client_endpoints.py
test_codex_endpoint.py
test_indexer_ignore.py
test_search_context.py
test_url_and_400error.py
agent-wiki/
.env.example
README.md
references/
homepage.md
index-schema.md
site-export.md
topic-authoring.md
scripts/
agent_wiki/
agent_wiki_cli.py
__init__.py
authors.py
bases.py
batch.py
cache.py
canvas.py
cleanup.py
commands.py
config.py
coverage.py
frontmatter.py
home.py
obsidian_api.py
plugins.py
quality.py
scanner.py
site.py
source_type.py
wiki_index.py
worklist.py
SKILL.md
templates/
home/
academic.md
dashboard.md
magazine.md
tests/
conftest.py
fixtures/
sample_vault/
attachments/
image.png
่ฏพ็จ/
ๅ็ผๅฎ้ช.md
้ๅญๅๅญฆ.md
test_alias_resolution.py
test_authors.py
test_backlinks.py
test_bases.py
test_batch.py
test_cache_strict.py
test_cache.py
test_canvas.py
test_capture.py
test_cleanup_init_strict.py
test_cleanup.py
test_cli.py
test_config.py
test_coverage.py
test_e2e.py
test_featured_base.py
test_frontmatter.py
test_gen_home_rest.py
test_gen_site_cli.py
test_home.py
test_immutability_capture.py
test_immutability.py
test_index_capture.py
test_index_cli.py
test_index_extension.py
test_index_source_count.py
test_obsidian_api.py
test_package_structure.py
test_plugins.py
test_quality_cli.py
test_quality_prose_weight.py
test_quality_script_fairness.py
test_quality_tier_refactor.py
test_quality.py
test_scanner_fast_path.py
test_scanner_strict.py
test_scanner.py
test_site_import_isolation.py
test_site_slug_refactor.py
test_site.py
test_source_type.py
test_status_metrics.py
test_status_quality.py
test_status_worklist.py
test_structure.py
test_topic_path_boundary.py
test_wiki_index.py
test_worklist_cli.py
test_worklist.py
capability-evolver/
docs/
skill-advanced.md
skill-distillation.md
skill-evolver.md
skill-main.md
skill-platform.md
skill-protocol.md
skill-structures.md
skill-tasks.md
skill-troubleshooting.md
README.md
scripts/
build-bundle.js
README.md
sync-quality-stats.js
test-bundle-example.json
validate-bundle.js
validate-interactive.js
SKILL.md
cc-agy/
README.md
scripts/
agy_bridge.py
SKILL.md
cc-codex/
README.md
scripts/
codex_bridge.py
SKILL.md
tests/
test_codex_bridge.py
context7/
.env.example
context7-api.cjs
context7-fetcher.md
SKILL.md
exa/
.env.example
exa_cli/
__init__.py
__main__.py
client.py
commands/
__init__.py
advanced.py
config_info.py
fetch.py
search.py
config.py
output.py
README.md
references/
extraction.md
filtering.md
patterns-code.md
patterns-companies.md
patterns-news.md
patterns-papers.md
patterns-people.md
patterns-relationships.md
searching.md
source-quality.md
synthesis.md
scripts/
exa_cli.py
SKILL.md
github-trending-analyzer/
report_template_brief.md
report_template_detailed.md
SKILL.md
theme_rules.json
grok-search/
.env.example
README.md
scripts/
groksearch/
groksearch_cli.py
__init__.py
cli.py
commands.py
config.py
env.py
formatting.py
http.py
prompts.py
provider.py
tavily.py
tests/
test_groksearch_cli.py
SKILL.md
literature-searcher/
.env.example
literature_searcher/
__init__.py
classifier.py
crossref_searcher.py
downloader.py
insight.py
monitor.py
openalex_searcher.py
pubmed_searcher.py
scopus_searcher.py
searcher.py
semantic_scholar_searcher.py
monitor_config.json.template
README.md
SKILL.md
tests/
test_literature_searcher.py
sequential-think/
README.md
scripts/
.env.example
sequential_think_cli.py
SKILL.md
serena/
.env.example
README.md
SKILL.md
tools/
__init__.py
__main__.py
cli/
__init__.py
cmd.py
config.py
dashboard.py
file.py
memory.py
symbol.py
workflow.py
core.py
extended/
__init__.py
cmd_tools.py
config_tools.py
output.py
paths.py
server/
__init__.py
dashboard_server.py
tests/
__init__.py
conftest.py
test_cli_dashboard.py
test_cli_file.py
test_cli_memory.py
test_core.py
test_module_path.py
test_paths.py
time/
README.md
scripts/
time_cli.py
SKILL.mdยฉ 2026 Flowy ยท Free and open source
Built for Claude Code ยท Not affiliated with Anthropic