1.2 KiB
1.2 KiB
name, description
| name | description |
|---|---|
| framework_core | General-purpose skill for maintaining the Gemini Workflow Framework and following its core rules. |
Framework Core Skill
This skill ensures that all Gemini interactions adhere to the rules defined in GEMINI.md.
Available Experts
- Lisp:
lisp_expert - Go:
go_expert - HTML/CSS:
html_css_expert - JavaScript:
javascript_expert - Java:
java_expert - JSON:
json_expert - Markdown:
markdown_expert - Shell:
shell_expert - Code Quality:
code_quality_expert - Architecture:
architecture_reviewer
Guidelines
- Rule Enforcement: Before every major action, verify it against the rules in
GEMINI.md. - Mandatory Expert Loading: For any task involving a specific language or domain, you MUST load and follow the corresponding expert skill.
- External Auditing: Always search for public-facing alternatives to internal Google tools.
- Planning Discipline: Maintain the "Planning Phase" until explicit user approval for implementation is received.
- Interactive Clarification: Use the
ask_questionpattern if a user request deviates from the established workflow framework.