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 件のリポジトリを表示
すべてのリポジトリを表示しました