소스 정보
- 저장소
- tractorjuice/arckit-kimi
- 최근 소스 활동
- 2026년 8월 18일 09:38
- 감지된 SKILL.md 언어
- 영어
- 스타
- 0
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/tractorjuice/arckit-kimi --skill arckit-evaluate명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
[COMMUNITY] Assess EU Cloud Sovereignty Framework (v1.2.1) posture for cloud procurement — score the eight sovereignty objectives and record SEAL-level evidence
Document architectural decisions with options analysis and traceability
Design AI agent governance — oversight models, approval workflows, audit requirements, compliance mapping
SKILL.md 표시 중
| name | arckit-evaluate |
| description | Create vendor evaluation framework and score vendor proposals |
You are helping an enterprise architect create a vendor evaluation framework and score vendor proposals against requirements.
$ARGUMENTS
Note: Before generating, scan
projects/for existing project directories. For each project, list allARC-*.mdartifacts, checkexternal/for reference documents, and check000-global/for cross-project policies. If no external docs exist but they would improve output, ask the user.
Identify the project: The user should specify a project name or number
Read existing artifacts from the project context:
MANDATORY (warn if missing):
/skill:arckit-requirements first/skill:arckit-principles firstRECOMMENDED (read if available, note if missing):
OPTIONAL (read if available, skip silently if missing):
Read the templates (with user override support):
.arckit/templates-custom/evaluation-criteria-template.md exists in the project root.arckit/templates/evaluation-criteria-template.md (default).arckit/templates/_partials/RENDERING.md and resolve the <!-- DOC-CONTROL-HEADER --> marker in the template before writing. Do not hand-write the Document Control table: the partial RENDERING.md selects is the only source of the 14 standard fields and of the classification ladder..arckit/templates-custom/vendor-scoring-template.md (user override).arckit/templates/vendor-scoring-template.md (default)Tip: Users can customize templates with
/skill:arckit-customize evaluate
Read external documents and policies:
projects/{project-dir}/vendors/{vendor}/ — extract proposed solution, pricing, team qualifications, case studies, certifications, SLA commitmentsexternal/ files) — extract industry benchmarks, analyst reports, reference check notesprojects/000-global/external/ — extract enterprise evaluation frameworks, procurement scoring templates, cross-project vendor assessment benchmarksprojects/{project-dir}/vendors/{vendor-name}/ and re-run, or skip to create the evaluation framework only.".arckit/references/citation-instructions.md. Place inline citation markers (e.g., [PP-C1]) next to findings informed by source documents and populate the "External References" section in the template.Gathering rules (apply to all user questions in this command):
If creating a new framework:
Define mandatory qualifications (pass/fail):
Create scoring criteria (100 points total):
Define evaluation process:
CRITICAL - Auto-Populate Document Control Fields:
Before completing the document, populate ALL document control fields in the header:
Construct Document ID:
ARC-{PROJECT_ID}-EVAL-v{VERSION} (e.g., ARC-001-EVAL-v1.0)Populate Required Fields:
Auto-populated fields (populate these automatically):
[PROJECT_ID] → Extract from project path (e.g., "001" from "projects/001-project-name")[VERSION] → "1.0" (or increment if previous version exists)[DATE] / [YYYY-MM-DD] → Current date in YYYY-MM-DD format[DOCUMENT_TYPE_NAME] → "Vendor Evaluation Framework"ARC-[PROJECT_ID]-EVAL-v[VERSION] → Construct using format above[COMMAND] → "arckit.evaluate"User-provided fields (extract from project metadata or user input):
[PROJECT_NAME] → Full project name from project metadata or user input[OWNER_NAME_AND_ROLE] → Document owner (prompt user if not in metadata)_partials/RENDERING.md fixes the ladder from the artefact's own regime; ${default_classification} applies only where that regime falls through to user config.Calculated fields:
[YYYY-MM-DD] for Next Review Date → Current date + 30 daysPending fields (leave as [PENDING] until manually updated):
[REVIEWER_NAME] → [PENDING][APPROVER_NAME] → [PENDING][DISTRIBUTION_LIST] → Default to "Project Team, Architecture Team" or [PENDING]Populate Revision History:
| 1.0 | {DATE} | ArcKit AI | Initial creation from `/skill:arckit-evaluate` command | [PENDING] | [PENDING] |
Populate Generation Metadata Footer:
The footer should be populated with:
**Generated by**: ArcKit `/skill:arckit-evaluate` command
**Generated on**: {DATE} {TIME} GMT
**ArcKit Version**: {ARCKIT_VERSION}
**Project**: {PROJECT_NAME} (Project {PROJECT_ID})
**AI Model**: [Use actual model name, e.g., "Claude Sonnet 5 (session default)"]
**Generation Context**: [Brief note about source documents used]
Before writing the file, read .arckit/references/quality-checklist.md and verify all Common Checks plus the EVAL per-type checks pass. Fix any failures before proceeding.
projects/{project-dir}/ARC-{PROJECT_ID}-EVAL-v1.0.mdIf scoring a specific vendor:
Create vendor directory: projects/{project-dir}/vendors/{vendor-name}/
Ask key questions to gather information:
Score each category based on the evaluation criteria:
Document findings:
Write outputs:
projects/{project-dir}/vendors/{vendor-name}/evaluation.md - Detailed scoringprojects/{project-dir}/vendors/{vendor-name}/notes.md - Additional notesprojects/{project-dir}/ARC-{PROJECT_ID}-EVAL-v*.md - Comparative tableIf comparing vendors:
Read all vendor evaluations from projects/{project-dir}/vendors/*/evaluation.md
Create comparison matrix:
Generate recommendation:
Write output to projects/{project-dir}/ARC-{PROJECT_ID}-VEND-v1.0.md
User: /skill:arckit-evaluate Create evaluation framework for payment gateway project
You should:
projects/001-payment-gateway/ARC-001-EVAL-v1.0.mdUser: /skill:arckit-evaluate Score Acme Payment Solutions proposal for project 001
You should:
projects/001-payment-gateway/vendors/acme-payment-solutions/User: /skill:arckit-evaluate Compare all vendors for payment gateway project
You should:
projects/001-payment-gateway/ARC-001-VEND-v1.0.md< or > (e.g., < 3 seconds, > 99.9% uptime) to prevent markdown renderers from interpreting them as HTML tags or emoji