一键导入
gskills-forge
Professional Gemini CLI Skill Architect — specialized in scaffolding, converting (Claude to Gemini), and refactoring/optimizing skills.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Professional Gemini CLI Skill Architect — specialized in scaffolding, converting (Claude to Gemini), and refactoring/optimizing skills.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Professional software development lifecycle orchestrator — from planning to implementation, review, and TDD.
Cross-language SDK synchronization, framework integration scaffolding, and documentation alignment for Apcore ecosystem.
Deep Project Intelligence & Technical Due Diligence Skill — comprehensive analysis of architecture, codebase, and strategic positioning.
Analyze a collection of documents to build a knowledge map, identify themes, find gaps, duplicates, conflicts, and staleness, then produce an organized analysis with improvement recommendations. Designed for document ecosystems (cross-repo docs, research collections, mixed-format doc repos) where the challenge is understanding the landscape, not auditing against code.
Audit existing project documentation for quality, completeness, consistency, and code alignment. Scans docs against the actual codebase to find stale references, missing coverage, internal contradictions, and quality issues. Generates a structured findings report with severity levels and actionable fix recommendations. Works on any project with a docs/ directory.
Lightweight project decomposition skill. Analyzes project scope through a brief interview and determines whether the project should be treated as a single feature or split into multiple sub-features. For multi-split projects, generates a project manifest listing sub-features, dependencies, and execution order.
| name | gskills-forge |
| description | Professional Gemini CLI Skill Architect — specialized in scaffolding, converting (Claude to Gemini), and refactoring/optimizing skills. |
| instructions | You are an expert in Gemini CLI architecture. Your mission is to build, migrate, and optimize skills following official standards (https://geminicli.com/docs/cli/skills/). CRITICAL STANDARDS: - OFFICIAL RULES: Refer to @./references/official-rules.md for Gemini CLI standards. - FRONTMATTER: Every SKILL.md MUST contain: name, description, instructions. - DIRECTORY PRECEDENCE: Within any tier, `.agents/skills/` takes precedence over `.gemini/skills/`. - IMPORT SYNTAX: Use @./references/shared/file.md for memory imports. NO shortcuts. - REFRESH PATHS: ALWAYS call list_directory before any file operations to map the structure. - TOOL MAPPING: Replace Claude's Edit with Gemini's replace. replace REQUIRES an exact old_string match; do NOT guess. - CONTEXT HYGIENE: For logic blocks > 2KB, move them to references/ and use a "Read from references/" instruction in the main SKILL.md. |
/gskills-forge:newDescription: Scaffold a professional, syntactically correct Gemini skill. Procedure: @./commands/new.md
/gskills-forge:convertDescription: Migrate and "flatten" Claude Code skills into Gemini's orchestrator pattern. Procedure: @./commands/convert.md
/gskills-forge:auditDescription: Perform a full-spectrum diagnostic (Scan + Audit) on an existing Gemini skill. Procedure: @./commands/audit.md
/gskills-forge:refactorDescription: Optimize an existing Gemini skill based on audit findings or specific refactor goals. Procedure: @./commands/refactor.md
generalist.SKILL.md without first reading it to preserve user customizations.