用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/aibot88/sec_skill_store --skill llm-governance命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Guides the creation of agile user stories and Gherkin feature files. Use when the user wants to create a user story, write acceptance criteria, define Gherkin scenarios, or author BDD feature files. This should trigger for requests such as Create a user story; Write a user story; I need to write a user story. Part of cursor-rules-java project
Guía técnica completa para integrar 250+ servicios externos con agentes IA usando Composio. Cubre instalación, autenticación OAuth, gestión de herramientas, triggers y flujos multi-servicio.
Facilitates conversational discovery to create Architectural Decision Records (ADRs) for non-functional requirements using the ISO/IEC 25010:2023 quality model. Use when the user wants to document quality attributes, NFR decisions, security/performance/scalability architecture, or design systems with measurable quality criteria. This should trigger for requests such as Create ADR for Non-functional requirements; Document Non-functional requirements; Capture Non-functional requirements; Generate Non-functional requirements in an ADR. Part of cursor-rules-java project
基于 SOC 职业分类
正在显示 SKILL.md
| name | llm-governance |
| description | LLM content governance and compliance standards. Use when llm governance guidance is required. |
| allowed-tools | ["Bash(python3 skills/llm-governance/scripts/tool_checker.py *)","Bash(python3 skills/llm-governance/scripts/validator.py *)","Read","Write","Edit"] |
Enforce LLM content governance for all LLM-facing files using TERSE mode defaults, rule-driven validation, and deterministic tooling.
Apply rules from skills/llm-governance/rules/99-llm-prompt-writing-rules.md and related governance rule files through standardized validators instead of ad-hoc scripts. Provide operational health reporting, capability matrix generation, and structural compliance checking for agents, skills, commands, and rules.
Input: LLM-facing markdown and configuration files.
Output: Governance findings, severity classifications, suggested edits, and updated files when explicitly approved by higher-level commands.
Side effects: Backups created by orchestration commands before modifications; no direct writes required when running validation only.
tool_checker.py to confirm availability of required tools and select fallbacks.commands/**/*.mdskills/**/SKILL.mdagents/**/AGENT.mdrules/**/*.mdCLAUDE.mdAGENTS.md.claude/settings.jsonpython3 skills/llm-governance/scripts/validator.py <directory> across the selected scope.skills/llm-governance/scripts/config.yaml as Single Source of Truth (SSOT) for all validation rules.skills/llm-governance/rules/99-llm-prompt-writing-rules.md.agent-matrix.sh and skill-matrix.sh to snapshot capability-level, loop-style, and style coverage.structure-check.sh to validate taxonomy-rfc compliance (layer: execution annotations, absence of legacy COMMAND.md files)./llm-governance and agent:llm-governance.