soc-security-skills
SoC Security Skills
Purpose
Routes SoC hardware security analysis requests to the appropriate specialist skill.
Classification
- If threat modeling, STRIDE, attack trees, or standards-derived threat extraction → load
skills/threat-model-skill/SKILL.md - If verification planning, SVA assertions, or security checklists → load
skills/verification-scaffold-skill/SKILL.md - If compliance mapping, gap analysis, FIPS 140-3, or ISO 21434 → load
skills/compliance-pipeline-skill/SKILL.md - If executive briefing, risk register, or board/CISO updates → load
skills/executive-brief-skill/SKILL.md - If Spectre, Meltdown, MDS, cache side-channels, or branch predictor attacks → load
skills/microarch-attack-skill/SKILL.md - If DPA, SPA, fault injection, JIL scoring, or ISO 17825 → load
skills/physical-sca-skill/SKILL.md - If kernel security, KASLR, IOMMU, seccomp, or privilege escalation → load
skills/kernel-security-skill/SKILL.md - If PQC, chiplets, UCIe, heterogeneous compute, or AI accelerator security → load
skills/emerging-hw-security-skill/SKILL.md - If TLA+, formal verification, or safety/liveness properties → load
skills/tlaplus-security-skill/SKILL.md - Default: If request involves threat identification → threat-model-skill. Otherwise ask to clarify.
More from dtsong/my-claude-setup
web-security-hardening
Security audit checklist for web applications. Use when reviewing, auditing, or hardening a web app's security posture. Covers rate limiting, auth headers, IP blocking, CORS, security middleware, input validation, file upload limits, ORM usage, and password hashing. Triggers on requests like "review security", "harden this app", "security audit", "check for vulnerabilities", or when building/reviewing API endpoints.
26web-design-guidelines
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
8tdd
>
3vercel-react-best-practices
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
3workflow
Use when planning implementation steps, deciding commit format, or structuring development approach. Provides brainstorm-plan-implement flow with conventional commits. Triggers on 'how should I approach this', 'commit format'.
2code-search
Fast codebase searches using grep/glob. Triggers on "find", "search", "where is", "grep for".
2