Teach MCP clients and connected AI assistants how to use the godot-devtool 2.6.4 MCP server for Godot 4 projects: map each common Godot operation to the right tool, use stdio/headless for repeatable edits, use WebSocket only for live editor/runtime state, and verify changes.
- 📁 prompts/
- 📁 tools/
- 📄 INSTALL.md
- 📄 LICENSE
- 📄 README.md
Build a living AI model of your crush from chat logs, photos, and social media. Runs Bayesian memory tagging, attachment-style diagnosis, and generates a personalized Skill that talks like them. | 把你的 crush 蒸馏成 AI Skill,导入聊天记录,运行贝叶斯信号分析,诊断依恋类型,并模拟对话演习。
ALWAYS use this skill for code navigation, code search, finding references, understanding code structure, or exploring a codebase. This project has Scope CLI installed — use scope commands (via Bash) instead of grep, find, or reading files for navigation. Scope returns structural intelligence (class sketches, caller chains, dependency graphs, entry points) in ~200 tokens instead of ~4,000 for full source files. Check `scope status` first. If .scope/ exists, scope is available.
- 📁 img/
- 📄 .gitignore
- 📄 defuddle.py
- 📄 LICENSE
Extract clean markdown content from web pages using Defuddle CLI. ALWAYS use this instead of WebFetch when the user provides a URL to read or analyze. TRIGGER when: user provides any URL to a webpage, documentation, article, blog post, or any standard web content. DO NOT use WebFetch for these — use defuddle.
Stage changes, create conventional commit (no co-author), push to origin, and add detailed PR comment with session context
将用户想法转化为可确认的 design 文档并落盘。用于头脑风暴、新功能/需求定义、需求澄清、写 design/PRD 之前;在开始任何实现(写代码/改配置/改行为)前应先使用此流程。
- Wants to work on multiple branches simultaneously or in parallel
Safely commit changes. Reviews staged/modified files for sensitive data, writes a commit message with body. Never adds co-author lines.
- 📁 references/
- 📁 scripts/
- 📄 SKILL.md
>-
Full agent verification suite. Runs security, patterns, quality, and language-specific checks. Use when asked to "verify agent", "verify my agent", "audit agent", or "full verification".
Skills for querying the JGI Dremio Lakehouse containing GOLD and IMG genomics databases. Use this when users want to explore JGI databases, query GOLD (Genomes OnLine Database), IMG (Integrated Microbial Genomes), or run SQL queries against JGI genomics data. Triggers on mentions of JGI, GOLD database, IMG database, genome metadata, or JGI lakehouse queries.
Build terminal UIs with the zeichenwerk Go library — widgets, themes, events, and both Builder and Compose APIs.