ki-register-use-case-documenter
Document AI Use Cases for EU AI Act Compliance
Organizations deploying AI systems need structured governance records for EU AI Act compliance, but creating them from codebases and stakeholder knowledge is time-consuming. This skill inspects code or interviews users to produce validated, reviewable manifests ready for KI-Register submission.
Download the skill ZIP
Upload in Claude
Go to Settings → Capabilities → Skills → Upload skill
Toggle on and start using
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "ki-register-use-case-documenter". Document the AI use case in this project. Start by reading the README and main configuration.
Expected outcome:
- Identified AI component: content-moderation service using an LLM classifier
- Data categories: user-generated text, moderation labels
- Human checkpoint: human reviewer for flagged content above confidence threshold
- Draft manifest created at docs/agent-workflows/content-moderation/manifest.json
- README generated with purpose, systems, risks, and controls
- 3 fields marked as missing — requires follow-up interview
Using "ki-register-use-case-documenter". Validate and submit the manifest for the customer-support-chatbot use case.
Expected outcome:
- Validation: passed (all required fields present, schema compliant)
- Summary: AI-assisted chatbot for tier-1 support, 12 systems, 4 human checkpoints
- Awaiting explicit confirmation before submission to KI-Register
Security Audit
Low RiskAll 45 static findings are false positives. The backtick patterns are Markdown inline code formatting, not shell execution. Hardcoded URLs point to the legitimate KI-Register service. Path traversal sequences are relative path documentation. API key references are environment variable names and example placeholders, not real secrets. The skill follows proper security practices: secrets via environment variables, explicit human confirmation before submission, and no hardcoded credentials.
Low Risk Issues (2)
Risk Factors
⚙️ External commands (26)
🌐 Network access (5)
📁 Filesystem access (6)
🔑 Env variables (3)
Quality Score
What You Can Build
Compliance Officer Building Audit Records
A compliance officer needs to document all AI systems in use across the organization for an upcoming EU AI Act audit. The skill inspects each project repository, extracts evidence of AI usage, and produces standardized manifests ready for review.
Engineering Lead Documenting a New AI Feature
An engineering team has just shipped a feature that uses an LLM for content generation. Before launch, the lead uses the skill to interview the team, capture the workflow, data categories, and human oversight mechanisms, and submit the manifest to KI-Register.
Procurement Team Evaluating AI Vendors
A procurement specialist receives an AI vendor proposal and needs a structured use case record to evaluate against internal governance requirements. The skill captures the vendor's workflow details and produces a comparable manifest.
Try These Prompts
Use ki-register-use-case-documenter to inspect this project. Read the README, main entry points, and configuration files. Produce a draft manifest covering the AI use case, data categories, and human checkpoints. Mark anything unclear as missing.
Use ki-register-use-case-documenter in interview mode. Ask me one question at a time to document this AI workflow. Start with the intended purpose, then cover data, decision influence, human oversight, risks, and controls.
Use ki-register-use-case-documenter to validate the manifest at docs/agent-workflows/<slug>/manifest.json. If it passes, show me the summary and wait for my explicit confirmation before submitting to KI-Register.
Use ki-register-use-case-documenter to onboard all AI-related projects in the ./services directory. For each project, run capture, validate, and queue the manifests for my review before any submission.
Best Practices
- Always validate the manifest locally before requesting submission approval
- Never write API keys into generated manifest files, READMEs, or logs
- Use codebase inspection first and interview mode only to fill in gaps
- Mark uncertain risk classifications as 'needs review' rather than guessing
Avoid
- Submitting a manifest without explicit human confirmation of the summary
- Hardcoding KI_REGISTER_API_KEY in scripts or committing it to version control
- Overclaiming risk classification without supporting evidence in the codebase
- Creating duplicate workflow folders for the same operational use case
Frequently Asked Questions
What is KI-Register?
Do I need a KI-Register account to use this skill?
How does the skill handle my API key?
Can it classify my AI system's risk level under the EU AI Act?
What capture mode should I use?
Is the output legally binding?
Developer Details
Author
EgonsoLicense
MIT
Repository
https://github.com/Egonso/ki-register-agent-kit/tree/main/skills/ki-register-use-case-documenter/Ref
main
File structure