goalpro
25Skill Claude CodeCodex
A prompt-writing guide for turning vague or complex goals into instructions an agent can execute and check. It produces a Goal Prompt for starting work and a Loop Prompt for reviewing results and continuing later.
Skill Claude CodeCodex
A prompt-writing guide for turning vague or complex goals into instructions an agent can execute and check. It produces a Goal Prompt for starting work and a Loop Prompt for reviewing results and continuing later.
Skill Claude CodeCodex
Use when the user asks for KIM, Kim, laojin, 老金, 问问老金, 老金怎么看, asks for decision analysis, structured reasoning, product/business/content review, PRD, MVP, user path, growth, monetization, pricing, client delivery, revenue, cost, scope, strategy, retrospectives, or a concrete plan with pass conditions. Also use for…
Skill Claude CodeCodex
A Chinese-language reference skill describing a structured way to reason from intent and evidence to a decision and next action. It distinguishes quick, standard, and higher-risk workflows.
Skill Claude CodeCodex
A project memory system with three layers: structured facts, dated work notes, and manually confirmed long-term knowledge. It is designed to share useful context across coding-agent sessions.
Command
Review all three layers and propose durable rules without silently promoting them.
Command
Show platform-neutral three-layer memory statistics and runtime evidence.
Skill Claude CodeCodex
A toolkit for creating, restructuring, and checking reusable skills for coding agents. It treats a skill as a repeatable workflow with triggers, instructions, supporting files, tests, and evidence of successful runs.
Skill Claude CodeCodex
Runs Semgrep security scans on the current project to detect vulnerabilities, secrets leakage, and OWASP Top 10 issues. Use when the user asks for security scanning, vulnerability detection, code auditing, secrets checking, or says things like 安全扫描, 代码扫描, 扫漏洞, 安全检查, 漏洞检测, 扫一下安全.
Skill Claude CodeCodex
A complete workflow for creating image-based posts for Xiaohongshu, also known as RedNote, a Chinese social platform for photo and text posts. It covers research, writing, page planning, image creation, review, and publishing checks.
KimYx0207/Claudecode-Codex-Gemini
Command Claude Code
A command that generates one API endpoint from a written description, including its route, input checks, response structure, error handling, and API documentation comments. An API endpoint is a specific URL and method that software uses to exchange data.
KimYx0207/Claudecode-Codex-Gemini
Command Claude Code
A command that coordinates several AI tools to turn a UI screenshot or design into working frontend code. Gemini analyzes the image, Claude prepares the technical plan, Codex generates code, and Gemini reviews it.
KimYx0207/Claudecode-Codex-Gemini
Command Claude Code
A command that generates the code needed for database CRUD operations—creating, reading, updating, and deleting records—from a table name and its fields. It supports templates for FastAPI, Express, and Spring projects, producing models, validation schemas, routes, and services.
KimYx0207/Claudecode-Codex-Gemini
Command Claude Code
A command that generates React or Vue form components from field descriptions and validation rules. It can include the form's validation, styling, submission logic, and type definitions.
KimYx0207/Claudecode-Codex-Gemini
Command Claude Code
A help command for the Kim command set. With no input it lists the available commands; with a request it recommends a suitable command.
KimYx0207/Claudecode-Codex-Gemini
Command Claude Code
A command that breaks a large or unclear software request into smaller coding tasks, with dependencies, priorities, inputs, outputs, and an execution order. It can also ask questions when important requirements are missing.
KimYx0207/Claudecode-Codex-Gemini
Command Claude Code
A code-review command that coordinates Claude and Gemini, two AI assistants, to inspect existing code.
KimYx0207/Claudecode-Codex-Gemini
Command Claude Code
A command for checking and configuring a development environment used by Claude Code, Codex, and Gemini, which are coding-agent command-line tools.
KimYx0207/Claudecode-Codex-Gemini
Command Claude Code
A command that coordinates Claude and Codex to analyze a software request and generate code, while skipping the separate review stage. It is a shorter version of a multi-AI development workflow.
KimYx0207/Claudecode-Codex-Gemini
Command Claude Code
A command workflow that turns a UI screenshot or design into working frontend code using image analysis, technical planning, code generation, and code review by different AI tools.
KimYx0207/Claudecode-Codex-Gemini
Hook Claude Code
Runs before the agent uses a tool for Write tool calls, running an inline shell check. From KimYx0207/Claudecode-Codex-Gemini.
KimYx0207/Claudecode-Codex-Gemini
Settings file Claude Code
Agent settings declaring 1 hook event (PreToolUse).
KimYx0207/Claudecode-Codex-Gemini
Skill Claude CodeCodex
A workflow that coordinates Claude, Codex, and Gemini—three separate AI coding tools—to analyze a request, generate code, and review the result. It stores the output from each stage in a dedicated working folder.
KimYx0207/Claudecode-Codex-Gemini
MCP server Claude CodeCodexCursor +2
MCP server "codex" as configured in KimYx0207/Claudecode-Codex-Gemini. Runs mcp-servers/codex-server/index.js with node.
KimYx0207/Claudecode-Codex-Gemini
MCP server Claude CodeCodexCursor +2
MCP server "gemini" as configured in KimYx0207/Claudecode-Codex-Gemini. Runs mcp-servers/gemini-server/index.js with node.