Skills Series
Description
Claude Code Skills packaging nlink-jp workflows — development process, research, meeting minutes, security analysis, and news collection
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
skills-series
Claude Code Skills packaging [nlink-jp](https://github.com/nlink-jp) workflows — development process, research, meeting minutes, security analysis, and news collection. This is an umbrella repository: each skill lives in its own repository and is included here as a submodule ([ADR-004](https://github.com/nlink-jp/.github/blob/main/adr/004-skills-series-umbrella.md)).
Skills
| Skill | Command | Description |
|---|---|---|
| rfp | /rfp [tool-name] |
Facilitates the RFP process for new nlink-jp projects. Collects requirements through Q&A, validates against CONVENTIONS.md planning phase, and outputs a structured RFP document. |
| mcp-tactics | /mcp-tactics |
Cross-cutting tactics book for the organization's MCP servers and proxies — decision tables from input artifact to route, cross-server chains, and a four-tier escalation doctrine ranked by who can observe the query (ADR-003, amended by ADR-018). |
| meeting-notes | /meeting-notes |
Structures a meeting transcript (TXT/VTT/SRT) into a validated 3-layer JSON record — verbatim utterances, decisions with rationale, summaries — and compiles Markdown or self-contained HTML minutes. Successor to the meeting-note CLI. |
| service-research | /service-research |
Researches a product or service — overview, ToS, privacy, data security, AI-agent behavior — by reading the primary sources on the web, and emits a schema-validated JSON report with a three-tier risk rating plus compiled Markdown (ADR-0001). Successor to the product-research CLI. |
| incident-research | /incident-research |
Deep-dives one publicly reported security incident — b |
Related Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,