Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
pie-framework
GitHub 제작자 프로필

pie-framework

4개 GitHub 저장소에서 수집된 32개 skills를 저장소 단위로 보여줍니다.

수집된 skills
32
저장소
4
업데이트
2026-07-14
저장소 탐색

저장소와 대표 skills

qti-domain-expert
소프트웨어 개발자

Answer questions about QTI 2.x/3.0 specification semantics, compliance requirements, and correct implementation patterns in this codebase. Use when the user asks how a QTI feature should work, whether an implementation matches the spec, what a QTI term means, or how to handle a spec-defined edge case (adaptive items, response processing rules, cardinality, navigation modes, etc.).

2026-07-13
accessibility-reviewer-assessments
웹·디지털 인터페이스 디자이너

Reviews educational assessment interfaces for WCAG 2.2 Level AA compliance and assessment-specific accessibility needs. Use when implementing new interactions, reviewing UI changes, or conducting accessibility audits of test-taking interfaces.

2026-07-13
api-design-reviewer
소프트웨어 개발자

Reviews public APIs in framework code for consistency, usability, type safety, breaking changes, and maintainability. Use when designing new APIs, reviewing API changes, or conducting framework code reviews.

2026-07-13
assessment-content-validator
소프트웨어 품질 보증 분석가·테스터

Reviews and validates assessment items for both technical correctness (QTI/PIE compliance, functionality) and pedagogical quality (appropriate difficulty, clear instructions, realistic scenarios, K-12 appropriateness). Use when creating example items, reviewing test fixtures, debugging broken assessments, or ensuring items are usable and make sense from an educational perspective.

2026-07-13
certification-checker
소프트웨어 품질 보증 분석가·테스터

This skill should be used when the user asks to "check certification compliance for X", "verify feature X against the conformance criteria", "run a certification check on Q6", "are we ready to certify T9", "what do we need for Q2 certification", "check if we pass the conformance criteria for A-8", or any similar request to evaluate a specific QTI feature ID against the 1EdTech certification acceptance criteria.

2026-07-13
grill-with-docs
소프트웨어 개발자

Use when the user asks to "grill me", "stress-test this plan", harden a design, resolve terminology, or decide whether CONTEXT.md or a PRD should capture durable QTI/PIE domain knowledge.

2026-07-13
loop-review-agents
소프트웨어 품질 보증 분석가·테스터

Use only when the user explicitly asks to run loop-review-agents, invokes /loop-review-agents, or requests repeated independent review rounds over changes, a commit, a plan, a PRD, or another review target.

2026-07-13
pie-domain-expert
소프트웨어 개발자

Answer questions about PIE (Portable Interactions & Elements) framework semantics: how Elements, Controllers, Sessions, Models, and Environments work; how PIE concepts map to QTI; how the pie-elements-ng and pie-players ecosystems are structured. Use when the user asks how a PIE concept works, how to implement a Controller, what goes in a Session vs a Model, how Mode/Role affect rendering, how to bridge PIE and QTI, or how the SectionPlayer/AssessmentPlayer orchestration works.

2026-07-13
이 저장소에서 수집된 skills 14개 중 상위 8개를 표시합니다.
accessibility-reviewer-assessments
웹·디지털 인터페이스 디자이너

Reviews educational assessment interfaces for WCAG 2.2 Level AA compliance and assessment-specific accessibility needs. Use when implementing new interactions, reviewing UI changes, or conducting accessibility audits of test-taking interfaces.

2026-07-13
conversation-to-prd
프로젝트 관리 전문가

Use when the user asks to turn a conversation, feature discussion, or implementation plan into a draft PIE Elements NG PRD under docs/prds/.

2026-07-13
grill-me
프로젝트 관리 전문가

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

2026-07-13
pie-controller-reviewer
소프트웨어 품질 보증 분석가·테스터

Reviews a PIE controller implementation for correctness, scoring accuracy, and contract compliance. Use when implementing or reviewing controller.ts files — especially outcome(), model(), and createCorrectResponseSession().

2026-07-13
pie-element-author
소프트웨어 개발자

Implements a new PIE element (or non-trivial extension) end-to-end: PRD review → Model/Session/Controller → Svelte delivery component → authoring surface → tests. Use when adding a new @pie-element/* package or extending an existing element with a new mode or config surface.

2026-07-13
pie-prd-author
프로젝트 관리 전문가

Drafts or updates a PIE element PRD following the project conventions in docs/prds/README.md. Use when starting a new element that meets the PRD bar, or when a substantial change requires updating an existing PRD.

2026-07-13
source-command-grill-me
프로젝트 관리 전문가

Interview the user relentlessly about a plan or design until shared understanding is reached.

2026-07-13
upstream-sync-guide
소프트웨어 개발자

Guides an upstream sync operation — pulling updated elements or lib packages from ../pie-elements or ../pie-lib into this repo. Use when running or debugging upstream:update, upstream:sync, or upstream:check CLI commands.

2026-07-13
이 저장소에서 수집된 skills 11개 중 상위 8개를 표시합니다.
api-design-reviewer
소프트웨어 개발자

Use when reviewing public APIs, package exports, custom-element properties/events/slots, or cross-package contracts in PIE Players.

2026-07-14
ce-package-packaging
소프트웨어 개발자

Workflow for adding or modifying a custom-element package — registration entrypoints, package `exports`, build artifacts, and pre-flight checks. Use when creating a new `@pie-players/*` CE package, adding a new `*-element.ts` registration entry, modifying the `exports` map of a publishable package, or validating CE consumer wiring. Trigger on cues like "register custom element", "add CE entry", "package exports", "components/*-element", "publishable package", "CE registration".

2026-07-14
accessibility-reviewer-assessments
소프트웨어 품질 보증 분석가·테스터

Reviews educational assessment interfaces for WCAG 2.2 Level AA compliance and assessment-specific accessibility needs. Use when implementing new interactions, reviewing UI changes, or conducting accessibility audits of test-taking interfaces.

2026-06-22
grill-with-docs
프로젝트 관리 전문가

Use when the user asks to grill or stress-test a plan/design, especially when terminology, domain language, CONTEXT.md, or ADR updates may matter.

2026-06-22
prd-author
소프트웨어 개발자

Use when the user asks to draft, update, or turn a conversation/plan into a PIE Players PRD under docs/prds/ for a public contract, cross-package feature, architecture decision, or implementation-ready contract.

2026-06-22
releases-and-changesets
소프트웨어 개발자

Author changesets and prepare releases under the fixed (lockstep) versioning policy. Use whenever creating a `.changeset/*.md`, scoping a release, choosing a bump level, running `bun run version` / `bun run release` / `bun run release:with-version`, or adding a new publishable package. Trigger on cues like "changeset", "release", "publish", "version bump", "patch", "minor", "major", "fixed versioning", "lockstep".

2026-06-22
저장소 4개 중 4개 표시
모든 저장소를 표시했습니다