Skip to main content
Manusで任意のスキルを実行
ワンクリックで
rocklambros
GitHub クリエイタープロフィール

rocklambros

2 件の GitHub リポジトリにある 109 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
109
リポジトリ
2
更新
2026-06-17
リポジトリエクスプローラー

リポジトリと代表的な skills

authoring-skill
ソフトウェア開発者

Walks the Anthropic Skill best-practices checklist plus the RCS Layer-3 documentation contract for authoring a new skill. Covers gerund-form naming, third-person frontmatter description, the 11 required H2 sections in order, the ≤ 500-line body cap with reference/ bundles, one-level-deep reference linking, and the eval-first discipline (3 scenarios written before the body). Use when the user wants to write a new skill — for any host (Claude Code, Copilot CLI, Gemini CLI, Anthropic API plugin) — and needs the authoring rules plus a skeleton to fill in.

2026-06-17
writing-decision-trees-as-skills
ソフトウェア開発者

Converts existing decision-tree expertise (test-selection trees, triage flowcharts, dispatch rules, troubleshooting trees) into a deterministic walk-the-tree skill where each predicate is a numbered step, each leaf is a named action, and the skill commits to checking predicates in order rather than letting the model shortcut to a leaf based on the user's framing. Use when the user has a written or implicit decision tree (or DAG) whose predicates are objectively checkable and whose leaves are deterministic, and wants the discipline encoded as a skill. Refuses to encode open-judgment domains as trees and refuses to silently drop cycles.

2026-06-17
auditing-model-fairness
データサイエンティスト

Audits a trained classifier or scoring model for disparate treatment across protected attributes (race, sex, age, disability, religion, national origin, sexual orientation, or any user-supplied subgroup) using equal-opportunity, demographic-parity, calibration-within-group, and intersectional cuts. Use when the model decides outcomes for people (hiring, lending, healthcare triage, content moderation, criminal justice scoring), when a downstream user asks whether the model is "fair", when a regulator requires a disparate-impact analysis, or before deployment of any consequential ML system. Refuses to audit without a documented protected-attribute list and refuses to declare a model "fair" from a single metric.

2026-06-17
auditing-mcp-server-pre-trust
情報セキュリティアナリスト

Audits an MCP (Model Context Protocol) server against six security checks — license, source review, network egress, version pin, secret handling, and tool subset — before the server is registered into the Claude Code tool pool. Use whenever the user proposes adding an MCP server to ~/.claude/mcp.json, a project .mcp.json, or a plugin's mcpServers config. Produces a per-check verdict, a blocking-issues list, and a final integrate / integrate-with-constraints / reject recommendation.

2026-06-17
threat-modeling-agentic-systems
情報セキュリティアナリスト

Walks a threat-modeling pass over an autonomous agent or multi-agent system (tool-using agent, planner-executor loop, multi-step workflow, multi-agent collaboration) using a user-supplied catalog (MAESTRO, MITRE ATLAS, OWASP Agentic Security Initiative, or a custom catalog). Extends LLM-app threat modeling with agent-specific boundaries — planner ↔ executor loop, memory ↔ next-turn context, tool-result ↔ next prompt, agent ↔ agent — and adds agentic-specific concerns (excessive agency, goal hijacking, memory poisoning, runaway loops, multi-agent collusion). Methodology only — no bundled catalog; the user provides one. Use when the user is designing, reviewing, or shipping an agent system that plans, calls tools, persists state across turns, or coordinates with other agents.

2026-06-17
threat-modeling-llm-app
情報セキュリティアナリスト

Walks a STRIDE-style threat-modeling pass over an LLM application (chatbot, RAG system, single-turn completion API, content-generation pipeline) using a user-supplied catalog (OWASP LLM Top 10, MITRE ATLAS, MAESTRO, or a custom catalog). Inventories components and trust boundaries, maps each catalog item to one or more STRIDE categories at each boundary, and produces an auditable threat register with likelihood, impact, and mitigation per finding. Use when the user is designing, reviewing, or shipping an LLM-powered application and needs a structured threat model before deployment. The skill is methodology only — it never ships a bundled threat catalog; the user provides one.

2026-06-17
triaging-vulnerability-findings
情報セキュリティアナリスト

Triages SAST/DAST/SCA vulnerability findings exported as SARIF (Static Analysis Results Interchange Format). Walks the SARIF in -> dedupe-across-tools -> EPSS enrichment -> blast-radius scoring -> suppression-with-rationale pipeline, then emits a PR-ready comment ranked by exploitability and reachability. Use when the user has a SARIF file or a multi-tool finding dump (Semgrep + CodeQL + Snyk + Trivy), when a security scanner produced hundreds of findings and the user needs to prioritize, when finding-fatigue threatens to bury a real critical, or when preparing a security PR comment from raw scanner output.

2026-06-17
adversarial-premortem-complete
ソフトウェア開発者

Runs a multi-subagent adversarial premortem on a spec, plan, design, paper, or codebase by orchestrating six independent perspectives (Red Teamer, Data Scientist, ML Engineer, Security Architect, MLOps/SRE, Governance/Risk) as parallel subagents across up to five rounds. Each perspective reads the artifacts in its own context and returns evidence-anchored findings with calibrated confidence bands; the orchestrator cross-attacks, adjudicates posteriors, applies a drop rule, and emits a prioritized remediation plan. Use for high-stakes AI, ML, data-science, agentic, MLOps, or security-sensitive artifacts where one reviewer's depth is not enough and the cost of being wrong is high. For a single-session multi-round premortem without subagents, use adversarial-premortem-single.

2026-06-17
このリポジトリの収集済み skills 105 件中、上位 8 件を表示しています。
security-review
ソフトウェア開発者

Pre-generation security guidance for AI-generated code. Loads anti-pattern context on demand based on file type. Use whenever writing or editing source code, especially in Python, JavaScript, TypeScript, Go, Bash, Terraform, or SQL. The skill flags high-frequency vulnerability patterns before they ship: dependency risks (slopsquatting and confusion), cross-site scripting, hardcoded secrets, SQL injection, authentication failures, input validation gaps, command injection, missing rate limiting, data exposure through verbose errors or logs, and unsafe file upload handling.

2026-05-18
security-review
情報セキュリティアナリスト

SCAFFOLDED. Phase 4 copies the validated skill manifest from Mac. Content is byte-identical across platforms. Do not adopt until Phase 4 validates skill loading in Claude Code on Windows.

2026-05-17
mcp-server-pre-trust-audit
情報セキュリティアナリスト

Use when about to register a new MCP server, add to mcpServers, or accept an MCP invocation from a cloned repo. Walks the pre-trust audit (license, source review, network egress, version pin, secret-handling) before the server reaches the tool pool. Closes the gap above ~/.claude/mcp.json that the SessionStart hook does not gate.

2026-05-11
seed-evaluation
ソフトウェア開発者

Use when asked whether to adopt a tool, library, plugin, skill collection, agent definition, hook library, or any external project as part of the Claude Code harness. Applies the foundation/03 two-stage methodology (pre-filter then deep-eval), produces a binary integrate / integrate-with-constraints / reject decision, and prevents evaluation theater by rejecting rubric scoring.

2026-05-11
2 件中 2 件のリポジトリを表示
すべてのリポジトリを表示しました