common-agent-guardrail…
Define deterministic guardrails for agent tool calls — protected paths, test-file locks during bug fixes, post-edit formatters, production approval gates,…
Validates cyber exercise authorization, scope, exclusions, runtime controls, expiry, stop and restart gates. Use when planning or reviewing authorized security activity, scope drift, or unsupported execution environments.
$ npx -y skills add hoangnguyen0403/agent-skills-standard --skill cyber-authorization --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/cyber-authorizationContext preview
The summary Claude sees to decide when to auto-load this skill.
Validates cyber exercise authorization, scope, exclusions, runtime controls, expiry, stop and restart gates. Use when planning or reviewing authorized security activity, scope drift, or unsupported execution environments.
name: cyber-authorization
guardrail: true
description: Validates cyber exercise authorization, scope, exclusions, runtime controls, expiry, stop and restart gates. Use when planning or reviewing authorized security activity, scope drift, or unsupported execution environments.
metadata:
labels: [cybersecurity, authorization, runtime-boundary]
triggers:
keywords: [exercise authorization, rules of engagement, scope drift, authorization expiry, runtime controls, stop condition]Gate live action with documented authority and host-enforced controls; keep offline planning available.
cyber-authorization/ ├── SKILL.md ├── references/runtime-authorization-matrix.md └── evals/evals.json
1. Classify request: offline planning, evidence review, or live action. 2. Resolve authorization record: `engagement_scope_ref`, accountable owner, approved actions, exclusions, window, stop/restart terms. 3. Confirm runtime support for tools, credentials, filesystem, network, logging, and cancellation. 4. Recheck expiry, exclusions, target identity, and scope drift immediately before each live action. 5. Stop on expiry, drift, missing control, unsafe data, or operator stop; record reason and time. 6. Restart only after a fresh gate and explicit restart authority.
Evidence record uses `engagement_scope_ref`, `skill_version`, `source`, `observed_at`, `finding_status`, `evidence_refs`, `limitations`, and `accountable_owner`.
The portable SDLC standards layer for AI coding agents. Sync once, then work in your own runtime.
Repo: hoangnguyen0403/agent-skills-standard
Define deterministic guardrails for agent tool calls — protected paths, test-file locks during bug fixes, post-edit formatters, production approval gates,…
Draws architecture diagrams as editable draw.io files with a fixed house style, C4 levels, evidence-tagged shapes, and optional multi-view identity checks. Use…
Enforce SOLID principles, guard-clause style, function size limits, and intention-revealing naming across all languages. Use when refactoring for readability,…
Standardize BRD and BRD-lite discovery for business goals, stakeholder impact, current-to-future state, and measurable value outcomes. Use when creating BRD,…
Conduct high-quality, persona-driven code reviews. Use when reviewing PRs, critiquing code quality, or analyzing changes for team feedback.
Maximize context window efficiency, reduce latency, and prevent lost-in-middle issues through strategic masking and compaction. Use when token budgets are…