mit einem Klick
praxis
praxis enthält 7 gesammelte Skills von nklisch, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.
Skills in diesem Repository
Use when debugging Praxis agent-harness failures: tool calls leaked into chat, raw <invoke> markup, [object Object] rendering, tool.dispatch.error, sub-agent stalls, IPC stream failures, React renderer crashes, persistence/FK failures, course-create drafting failures, or student-simulation/browser mismatches. Guides agents through local evidence capture, replay/simulation commands, owner routing, and substrate item filing.
Project code patterns and conventions. Auto-loads when implementing, designing, verifying, or reviewing code. Provides detailed pattern definitions with code examples.
Project-specific refactor conventions for Praxis. Auto-loads when agile-workflow refactor-design scans or designs refactors. Extends refactor-design's default smell scan with team-confirmed style and structural preferences; does not replace the defaults and does not create standalone plan docs.
Reference for the Gemini / Antigravity engine path in Praxis. Auto-loads when an agent is touching Gemini, Antigravity, `@ai-sdk/google`, `direct.google`, `google-antigravity`, `GEMINI_API_KEY`, `GOOGLE_GENERATIVE_AI_API_KEY`, or considering a new engine adapter for Google models. Captures the policy + technical constraints found in `docs/research/gemini-subscription-engine.md` (2026-05-19) so future agents don't re-discover them.
officeparser v6 reference for parsing .pptx (and other office formats) into a typed AST with extracted attachments. Triggers on imports from `officeparser`, mentions of `OfficeParser.parseOffice`, `OfficeParserAST`, `OfficeAttachment`, `OfficeContentNode`, or work on PowerPoint / PPTX ingestion in `packages/tools/src/runtime/ingestion/`.
Drizzle ORM v0.45+ reference for PostgreSQL. Auto-loads when working with drizzle-orm, pgTable, schema definitions, drizzle queries, migrations, drizzle-kit.
Zustand v5 state management reference. Auto-loads when working with zustand stores, create, createStore, useShallow, persist, devtools, immer middleware.