Agent Skill Design Patterns

v1.1.0

Agent Skill 设计模式模板库。当用户要创建新 skill、优化现有技能结构、或需要技能设计指导时激活。提供 5 个可复用模式:Tool Wrapper、Generator、Reviewer、Inversion、Pipeline。

0· 109·1 current·1 all-time
byAuther@s906903912
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the contained files and behavior: this is a pattern/template library for building agent skills and only requires loading the bundled reference files. There are no unrelated binaries, credentials, or external services requested.
Instruction Scope
Runtime instructions tell the agent to load local files from the package's references/ and assets/ directories, run multi-turn interviews, and follow template checklists. The SKILL.md does not instruct reading system config, environment variables, or sending data to external endpoints. It does tell the agent to read user-provided code/content when performing reviews — which is expected for reviewer/pipeline patterns.
Install Mechanism
No install spec or code files; instruction-only skill. Nothing is downloaded or written to disk by an installer in the manifest.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The templates reference only local package files.
Persistence & Privilege
always is false and the skill uses default autonomous invocation. The skill does not request permanent presence, nor does it attempt to modify other skills or system-wide agent settings.
Assessment
This skill is coherent and appears to do what it says: provide local templates and checklists to design other skills. Before installing, consider: (1) Review the included reference files yourself — they claim an MIT license and Google ADK inspiration but have no homepage/author verification; confirm licensing and provenance if that matters. (2) When using Reviewer/Pipeline patterns you will be asked to paste or submit code and other content; do not include secrets, private keys, or sensitive internal URLs in that content. (3) The templates mention CI and LLM-integration variants; those are optional extensions — if you wire this skill into external services or other LLMs, evaluate those integrations separately for data exposure. (4) Because this is instruction-only, it won’t install binaries, but you should still inspect any templates or example scripts before copying them into production. Overall the package is internally consistent and does not request disproportionate access.

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

adkvk97ddw0gjq2kk9j064fv3wvv3s838j5eagent-developmentvk97ddw0gjq2kk9j064fv3wvv3s838j5ebest-practicesvk97ddw0gjq2kk9j064fv3wvv3s838j5elatestvk97ddw0gjq2kk9j064fv3wvv3s838j5epatternsvk97ddw0gjq2kk9j064fv3wvv3s838j5eskill-designvk97ddw0gjq2kk9j064fv3wvv3s838j5etemplatesvk97ddw0gjq2kk9j064fv3wvv3s838j5e

License

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

Comments