원클릭으로
dyor-knowledge-base
A summary of all names and descriptions of skills in the dyor/skills repository, used to guide importing relevant skills.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
A summary of all names and descriptions of skills in the dyor/skills repository, used to guide importing relevant skills.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | dyor-knowledge-base |
| description | A summary of all names and descriptions of skills in the dyor/skills repository, used to guide importing relevant skills. |
| version | 1.1.0 |
This skill acts as a repository of knowledge about available skills in the dyor/skills ecosystem. It helps identify which skills are available and how to import them when needed.
bootstrap-kmp-template
https://github.com/dyor/skills/tree/main/bootstrap-kmp-templatecompose-migration-hints
https://github.com/dyor/skills/tree/main/compose-migration-hintscreate-planning-skill
.skills/planning-skills/ directory for authoring a new chunk of orchestrated work.https://github.com/dyor/skills/tree/main/create-planning-skillexecute-and-report-journey
https://github.com/dyor/skills/tree/main/execute-and-report-journeygenerate-code-review
https://github.com/dyor/skills/tree/main/generate-code-reviewimplement-native-firebase-kmp (Experimental)
https://github.com/dyor/skills/tree/main/implement-native-firebase-kmpimport-skill
.skills/imported-skills folder using a Python script. Can also refresh all skills.https://github.com/dyor/skills/tree/main/import-skilljourney-writing-skill
https://github.com/dyor/skills/tree/main/journey-writing-skillmigration-workflow-directives
https://github.com/dyor/skills/tree/main/migration-workflow-directivesmulti-project-skill
https://github.com/dyor/skills/tree/main/multi-project-skillupdate-importable-skill
https://github.com/dyor/skills/tree/main/update-importable-skillkmp-baseline
planning-skills/ structure.https://github.com/dyor/skills/tree/main/planning-skills/kmp-baselineSearch & Suggestion:
dyor-knowledge-base, refer to this skill..skills/imported-skills/ or .skills/planning-skills/).Import Prompt:
Importing:
import-skill.import-skill is not already bootstrapped in the target codebase, you must first tell the user to bootstrap the import-skill skill as described in the README of the repo.
Please bootstrap the 'import-skill' into this codebase. Download the main skill blueprint from
https://raw.githubusercontent.com/dyor/skills/main/import-skill/SKILL.mdand save it directly to.skills/import-skill/SKILL.md. Then, download its required python script fromhttps://raw.githubusercontent.com/dyor/skills/main/import-skill/scripts/import_skill.pyand save it to.skills/import-skill/scripts/import_skill.py.
import-skill is bootstrapped, use it to fetch the skill using the URLs listed above.Planning Skill Constraint:
A visual test-driven development loop for Compose apps using Compose HotSwan for Android device testing. Navigates the live app, edits code, hot-reloads, and produces a markdown report that EMBEDS before/after screenshots so the change is shown, not just claimed.
Bootstraps a new KMP project by cloning a specified GitHub template repository into a new directory, seeding it with core AI skills, stripping its git history, and initializing a fresh workspace.
Guides the implementation of Firebase in a KMP project using native platform SDKs (Android/iOS) via Interface Injection, avoiding third-party KMP wrappers.
Scaffolds a complete 6-part Planning Skill (Prompt, Agent, Guide, Calculator, Validation, Hints) inside the remote `.skills/planning-skills/` directory for authoring a new chunk of orchestrated work.
Consumer-side. Imports a remote skill (single or collection) into the local `.skills/imported-skills` folder using a Python script. Can also refresh all skills using version-first, SHA-fallback drift detection. Pairs with the author-side skill `update-importable-skill`. Full lifecycle doc is bundled at `./references/IMPORTING-SKILLS-DOCUMENTATION.md`.
Blueprint for writing or updating an AGENTS.md file that includes agent instructions for a KMP project.