Agent skill
vkc-regulation-knowledge-updater
Build the regulation/knowledge update pipeline (official sources -> snapshots -> structured rulesets/templates -> admin approval -> active). Use for keeping visa rules and document requirements up-to-date without code hardcoding.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/vkc-regulation-knowledge-updater
Metadata
Additional technical details for this skill
- short description
- Regulation knowledge updater (admin-approved)
SKILL.md
VKC Regulation / Knowledge Updater (P2)
Goal
Keep “규정/서류 요구사항/공식 공지” up-to-date as data, not code:
- fetch or ingest updates into snapshots
- detect changes
- require admin approval to activate
- feed active rulesets into visa assessment + doc templates
Core model (minimum)
immigration_sources(allowlist)immigration_source_snapshots(hash + fetchedAt + raw text / attachment path)immigration_rulesets(structured JSON + version + status)
Admin workflow (required)
syncjob writespendingsnapshots/rulesets- admin reviews diffs and activates the new version
Implementation notes (practical)
- Treat “no official API” sources as best-effort:
- low frequency + caching + allowlist
- immediate fallback to manual admin upload if unstable
- Scheduler: external cron hits
/api/admin/immigration/sync(authenticated)
STEP3 official sources (SoT)
- Source list (A/B/C) and update cadence:
docs/STEP3_SOT_RESOURCES.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?