Gen Code

v1.0.0

按任务和规范生成高质量代码。支持新项目生成和遗留项目上下文感知生成。默认使用 Vue3 + Ant Design + Spring Boot 3 + MyBatis-Plus,AI 能力使用 LangChain4j + LangGraph4j。

0· 80·0 current·0 all-time
byLiu Feng@lf951515851
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The name/description (task-driven code generation, scaffolding, legacy-context awareness) matches the instructions: reading coding-specs, contracts, design docs; creating project scaffolding; generating backend/frontend/ test files; updating docs/tasks.md. There are no unexpected external credentials or unrelated binaries required.
Instruction Scope
The SKILL.md explicitly instructs the agent to read many repository paths (docs/, refs/, contracts), create directories, initialize project scaffolding (pom.xml/package.json/etc.), write code files, and update docs/tasks.md. These operations are coherent for a code-generator, but the skill also supports aggressive automation modes (--auto, automatic completion <80% auto-fill, automatic task-status updates) that can produce or modify large numbers of files without granular, per-file user confirmation unless the user intervenes.
Install Mechanism
Instruction-only skill with no install spec and no code files to execute. No downloads, package installs, or external install URLs are declared.
Credentials
The skill declares no required environment variables or credentials. Scaffold templates and generated config files include common environment placeholders (e.g., ${DB_HOST}, DB_PASSWORD, REDIS_HOST) which are normal for templates but may reference environment secrets when the generated app runs. The skill itself does not request or require those secrets at install time.
Persistence & Privilege
always:false (normal). The skill will write files into the repository (scaffolding, generated code, .scaffold-initialized, and updated docs/tasks.md). Combined with autonomous invocation (platform default), the --auto and automatic completion behaviors increase the potential blast radius (many files changed) if the agent is allowed to run without human approval. The skill does not declare modifications to other skills or to global agent configuration.
Assessment
This skill appears to do what it says: read design/spec files and generate project scaffolding and code. Before installing or running it with auto modes enabled: 1) Back up the repository or run in a disposable branch/PR to avoid accidental overwrites. 2) Prefer interactive mode (avoid --auto) on a first run so you can confirm each change. 3) Review generated scaffolding files (pom.xml, package.json, application.yml/.env) for placeholders that might reference secrets; the skill's templates include environment placeholders but the skill itself does not request secrets. 4) If you rely on other skills or CI, confirm the skill will not overwrite critical project files; consider adding a .scaffold-initialized marker or gating generated changes behind a PR. 5) If you want to limit scope, restrict invocation to specific tasks rather than using automatic bulk execution. If you want me to check the SKILL.md for any particular path or behavior in detail (examples of files it will write), tell me which paths or modes you plan to run.

Like a lobster shell, security has layers — review code before you run it.

latestvk97548ebqykk7dfs52pfpwhf2d83tzcr

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments