Community艺术与设计github.com

coroboros/skillward

Take an agent skill apart before installing it — the complete deterministic scanner ensemble, fused into one offline verdict.

兼容平台~Claude Code~Codex CLI~Cursor
npx skills add coroboros/skillward

Ask in your favorite AI

Open a new chat with this agent skill pre-loaded.

文档

skillward

Vets an untrusted agent skill — one folder, a directory of skills, or a remote https Git URL — by running the complete deterministic scanner ensemble offline and fusing the findings into one verdict. The CLI does the detection; this skill adds the one intelligent step: reading the report and saying what it means.

Install

The CLI is the engine. Install it once:

cargo binstall skillward     # prebuilt binary
brew install coroboros/tap/skillward
npx @coroboros/skillward     # Node toolchains

Then pull the scanner bundle (one-time, needs Docker):

skillward install

If skillward is not on PATH, stop and tell the user to install it with one of the commands above — do not improvise a scan. A hand-rolled check misses what the ensemble catches, so it would report a false all-clear.

Use

Run skillward --help for the full surface. The default scan, with a JSON report for triage:

skillward <target> --format json -o report.json

<target> is a skill folder, a directory of skills, or an https:// Git repo URL. Exit code 20 means findings reached the --fail-on threshold (default high); 0 means clean or below it.

Analyze

After the scan, read report.json and produce a triage — not a re-print of the findings:

  1. Lead with the verdict. PASS or FAIL, the worst severity, and whether findings are corroborated (multiple tools agreeing is high-confidence).
  2. Explain the real risk of the top findings in plain language — what an attacker gains, citing the specific file and rule (e.g. "exfiltrates AWS credentials on every invocation — setup.sh:7, flagged by skillspector and semgrep").
  3. Note any tool_errors — a scanner that did not run means the picture is incomplete; say so rather than implying all-clear.
  4. Make the call: install, don't-install, or remediate-then-reinstall. For remediate, name the exact change.

Keep it short and decision-oriented. The findings are in the report; the judgment is the work.

相关技能

github/cloud-design-patterns

Cloud design patterns for distributed systems architecture covering 42 industry-standard patterns across reliability, performance, messaging, security, and deployment categories. Use when designing, reviewing, or implementing distributed system architectures.

community

aishwaryaashok14/notch-kit

Agent skill for building macOS notch apps. Works with Claude Code, Cursor, Copilot, and 40+ agents.

community

DMAX-Vibes/skills

An incisive, source-available brand-distillation skill for Claude, Codex & any SKILL.md tool. Finds the kernel hiding in your product's name, then builds a full brand kit to hand to the coding agent of your choice. You can't be Don (or afford him). But Ron's available.

community

vinsonconsulting/jims-filing-cabinet-of-claude-skills

Portable, security-scanned Claude Agent Skills, each with a Skill Card: SkillSpector scan plus measured trigger metrics.

community

LingoJack/jcli

jcli 是一款 Rust 构建的命令行效率工具,融合别名管理、日报系统、AI 对话与 Agent 能力。支持注册应用和 URL 为简短别名一键打开,内置日报写入与 Git 同步,TUI 待办管理可联动日报,AI 对话支持多模型切换、流式输出和 Markdown 渲染。Agent 模式让 AI 自主调用工具完成复杂任务,支持多步推理、上下文自动压缩和后台任务执行。移动端扫码即可远程控制 AI 对话界面,随时继续工作。浏览器自动化提供 Lite 模式(无依赖)和 CDP 模式(完整控制),Skill 技能系统按需加载专业能力,Hook 系统支持三级配置灵活扩展 AI 行为。

community

Agnuxo1/CognitionBoard

CognitionBoard — 20 expert cognitive skills for LLM agents on a 6x4 chessboard. Token compression 2.7x. Session memory. Part of P2PCLAW decentralized research network.

community