Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

skills

skills에는 dyor에서 수집한 skills 28개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
28
Stars
5
업데이트
2026-06-01
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

agentic-test-driven-development
소프트웨어 품질 보증 분석가·테스터

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.

2026-06-01
bootstrap-kmp-template
소프트웨어 개발자

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.

2026-05-27
dyor-knowledge-base
소프트웨어 개발자

A summary of all names and descriptions of skills in the dyor/skills repository, used to guide importing relevant skills.

2026-05-27
implement-native-firebase-kmp
소프트웨어 개발자

Guides the implementation of Firebase in a KMP project using native platform SDKs (Android/iOS) via Interface Injection, avoiding third-party KMP wrappers.

2026-05-27
create-planning-skill
소프트웨어 개발자

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.

2026-05-15
import-skill
소프트웨어 개발자

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`.

2026-05-15
kmp-baseline-agent-blueprint
소프트웨어 개발자

Blueprint for writing or updating an AGENTS.md file that includes agent instructions for a KMP project.

2026-05-15
kmp-baseline-calculator-blueprint
프로젝트 관리 전문가

Blueprint for estimating and reporting how much of the project described in the kmp-baseline-guide-local has been completed.

2026-05-15
kmp-baseline-guide-blueprint
프로젝트 관리 전문가

The central source of truth for planning, tracking progress, and orchestrating work between the AI Agent and the User in this codebase.

2026-05-15
kmp-baseline-hints-blueprint
소프트웨어 개발자

CRITICAL KMP knowledge base blueprint. Activate this skill WHENEVER encountering KMP build errors, Unresolved references (Navigation 3, Room, Ktor), MissingResourceException, iOS compilation/linkage failures, Compose Multiplatform UI quirks, or when implementing native hardware integrations (Camera, Audio, Video trimming, Permissions). Always consult before modifying build.gradle.kts or resolving stubborn KMP bugs.

2026-05-15
kmp-baseline-prompt-blueprint
소프트웨어 개발자

Blueprint outlining the initial prompt steps for setting up the management and tracking files.

2026-05-15
kmp-baseline-validation-blueprint
소프트웨어 개발자

Tracks the validation of explicitly defined end-to-end user journeys in the application.

2026-05-15
kmp-baseline-guide-blueprint
프로젝트 관리 전문가

The central source of truth for planning, tracking progress, and orchestrating work between the AI Agent and the User in this codebase.

2026-05-14
kmp-baseline-prompt-blueprint
소프트웨어 개발자

Blueprint outlining the initial prompt steps for setting up the management and tracking files.

2026-05-14
migration-workflow-directives
프로젝트 관리 전문가

Core directives for managing an autonomous migration project. Enforces up-front journey authoring, a strict per-phase Test-Driven Development (TDD) loop, scoped autonomous execution, zero-permission tool usage, and a wrap-up code review at completion.

2026-05-14
update-importable-skill
소프트웨어 개발자

Author-side. A utility skill to programmatically update or bump YAML front-matter metadata (notably `version:`) on existing SKILL.md files before `git push`. Pairs with the consumer-side skill `import-skill`, which reads the `version:` this skill sets to decide whether downstream copies are stale. Full lifecycle doc ships with `import-skill`: `./import-skill/references/IMPORTING-SKILLS-DOCUMENTATION.md` in the source repo, or `https://raw.githubusercontent.com/dyor/skills/main/import-skill/references/IMPORTING-SKILLS-DOCUMENTATION.md`.

2026-05-14
multi-project-skill
소프트웨어 개발자

Central utility skill to resolve environment paths ($USER_HOME, $PROJECT_HOME) and share agentic capabilities across multiple local Android Studio projects.

2026-05-12
create-task
소프트웨어 개발자

Scaffolds a complete 6-part Task Bundle (Prompt, Agent, Guide, Calculator, Validation, Hints) inside the remote `.skills/tasks/` directory for authoring a new chunk of orchestrated work.

2026-05-12
kmp-baseline-agent-blueprint
소프트웨어 개발자

Blueprint for writing or updating an AGENTS.md file that includes agent instructions for a KMP project.

2026-05-12
kmp-baseline-calculator-blueprint
소프트웨어 개발자

Blueprint for estimating and reporting how much of the project described in the kmp-baseline-guide-task has been completed.

2026-05-12
kmp-baseline-hints-blueprint
소프트웨어 개발자

CRITICAL KMP knowledge base blueprint. Activate this skill WHENEVER encountering KMP build errors, Unresolved references (Navigation 3, Room, Ktor), MissingResourceException, iOS compilation/linkage failures, Compose Multiplatform UI quirks, or when implementing native hardware integrations (Camera, Audio, Video trimming, Permissions). Always consult before modifying build.gradle.kts or resolving stubborn KMP bugs.

2026-05-12
kmp-baseline-validation-blueprint
소프트웨어 개발자

Tracks the validation of explicitly defined end-to-end user journeys in the application.

2026-05-12
compose-migration-hints
소프트웨어 개발자

A collection of architectural, UI, and workflow guidelines learned from migrating apps to Android using Jetpack Compose, Room, Koin, and Maps.

2026-05-08
execute-and-report-journey
소프트웨어 품질 보증 분석가·테스터

Executes a Journey test, validates UI, captures screenshots, and maintains a live Markdown report of its progress with Before/After image comparisons.

2026-05-06
generate-code-review
소프트웨어 품질 보증 분석가·테스터

Generates a comprehensive Markdown Change Review document by aggregating journey reports, grading contexts, key architectural decisions, and a pre-publishing checklist. Features optional Git integration and scope-based historical summaries.

2026-05-06
journey-writing-skill
소프트웨어 품질 보증 분석가·테스터

Use this skill when you need to test or validate app behavior, write an Android Studio Journey, automate UI testing, or define user flow validation requirements.

2026-05-01
journey-writing-skill
소프트웨어 품질 보증 분석가·테스터

Use this skill when you need to test or validate app behavior, write an Android Studio Journey, automate UI testing, or define user flow validation requirements.

2026-04-19
run-journeys
소프트웨어 품질 보증 분석가·테스터

Automates running Journey tests and subsequently extracting their results into the persistent .changereview folder.

2026-04-19