Skip to main content
Manusで任意のスキルを実行
ワンクリックで
Pythoughts-labs
GitHub クリエイタープロフィール

Pythoughts-labs

9 件の GitHub リポジトリにある 58 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
58
リポジトリ
9
更新
2026-07-20
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

judge-minimum-diff
ソフトウェア品質保証アナリスト・テスター

Reduction-ladder and minimum-diff checks the Pythinker judge subagent applies to every non-trivial diff.

2026-06-23
judge-overengineering-review
ソフトウェア品質保証アナリスト・テスター

Over-engineering review checklist the parent runs before declaring non-trivial code changes done.

2026-06-23
cleanup-audit
ソフトウェア開発者

Whole-repo audit for over-engineering and accidental complexity. Scans the entire codebase (not just a diff) and returns a ranked, read-only list of what to delete, simplify, or replace with standard-library or platform equivalents. Use when the user asks to "audit the codebase", "find bloat", "what can I delete", or wants a repo-wide simplification pass. For a diff-scoped pass use `pythinker review diff --mode deslopify` instead. One-shot report; applies no fixes.

2026-06-20
designer-skill
ウェブ・デジタルインターフェースデザイナー

Prescriptive frontend design guidance via the designer-skill MCP server. Use when the user asks to use designer-skill, improve UI/UX, run the anti-slop ship gate, apply a design system, or enhance pages/components with MCP-backed design references — especially for Pythinker docs and marketing surfaces with DESIGN.md/PRODUCT.md.

2026-06-13
agent-creator
その他コンピュータ職

Author a new project-specific Pythinker subagent (a specialist like "migration-reviewer" or "api-contract-checker") with a correct spec, a persona-rich system prompt, and a structured output contract. Use when the user wants to create, scaffold, or design a custom agent / subagent, or asks how Pythinker agent YAML / markdown agent files, tool scoping, or the extend-inheritance schema work.

2026-06-09
customize-pythinker
その他コンピュータ職

Edit Pythinker's own configuration — agent YAML specs and extend-inheritance, the permission profiles that gate tools, plugin.json, and hook lifecycle events. Use ONLY when the user wants to configure, customize, or extend Pythinker itself (its agents, permissions, plugins, or hooks). For authoring a new agent use agent-creator; for authoring a skill use skill-creator; for general usage Q&A use pythinker-code-help.

2026-06-09
skill-creator
その他コンピュータ職

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Pythinker's capabilities with specialized knowledge, workflows, or tool integrations.

2026-06-09
pythinker-code-help
ソフトウェア開発者

Answer Pythinker CLI usage, configuration, and troubleshooting questions. Use when user asks about Pythinker CLI installation, setup, configuration, slash commands, keyboard shortcuts, MCP integration, providers, environment variables, how something works internally, or any questions about Pythinker CLI itself.

2026-06-01
このリポジトリの収集済み skills 23 件中、上位 8 件を表示しています。
feature-arch
ソフトウェア開発者

React feature-based architecture guidelines for scalable applications (formerly feature-architecture). This skill should be used when writing, reviewing, or refactoring React code to ensure proper feature organization. Triggers on tasks involving project structure, feature organization, module boundaries, cross-feature imports, data fetching patterns, or component composition.

2026-06-20
msw
ソフトウェア品質保証アナリスト・テスター

MSW (Mock Service Worker) best practices for API mocking in tests (formerly test-msw). This skill should be used when setting up MSW, writing request handlers, or mocking HTTP APIs. This skill does NOT cover general testing patterns (use test-vitest or test-tdd skills) or test methodology.

2026-06-20
nextjs
ソフトウェア開発者

Next.js 16 App Router performance optimization guidelines (formerly nextjs-16-app-router). This skill should be used when writing Next.js 16 code, configuring caching, implementing Server Components in Next.js, setting up App Router routing, or configuring next.config.js. This skill does NOT cover generic React 19 patterns (use react-19 skill) or non-Next.js server rendering.

2026-06-20
nuqs
ソフトウェア開発者

nuqs (type-safe URL query state) best practices for Next.js applications. This skill should be used when writing, reviewing, or refactoring code that uses nuqs for URL state management. Triggers on tasks involving useQueryState, useQueryStates, search params, URL state, query parameters, nuqs parsers, or Next.js routing with state.

2026-06-20
playwright
ソフトウェア品質保証アナリスト・テスター

Playwright testing best practices for Next.js applications (formerly test-playwright). This skill should be used when writing, reviewing, or debugging E2E tests with Playwright. Triggers on tasks involving test selectors, flaky tests, authentication state, API mocking, hydration testing, parallel execution, CI configuration, or debugging test failures.

2026-06-20
react-hook-form
ソフトウェア開発者

React Hook Form performance optimization for client-side form validation using useForm, useWatch, useController, and useFieldArray. This skill should be used when building client-side controlled forms with React Hook Form library. This skill does NOT cover React 19 Server Actions, useActionState, or server-side form handling (use react-19 skill for those).

2026-06-20
react
ソフトウェア開発者

React 19 performance optimization guidelines for concurrent rendering, Server Components, actions, hooks, and memoization (formerly react-19). This skill should be used when writing React 19 components, using concurrent features, or optimizing re-renders. This skill does NOT cover Next.js-specific features like App Router, next.config.js, or Next.js caching (use nextjs-16-app-router skill). For client-side form validation with React Hook Form, use react-hook-form skill.

2026-06-20
shadcn
ソフトウェア開発者

shadcn/ui component library best practices and patterns (formerly shadcn-ui). This skill should be used when writing, reviewing, or refactoring shadcn/ui components to ensure proper architecture, accessibility, and performance. Triggers on tasks involving Radix primitives, Tailwind styling, form validation with React Hook Form, data tables, theming, or component composition patterns.

2026-06-20
このリポジトリの収集済み skills 15 件中、上位 8 件を表示しています。
vue-ai-apps
ソフトウェア開発者

Building AI/LLM and agent apps with Vue 3 and Nuxt: streaming chat UIs, the Vercel AI SDK (`ai` + `@ai-sdk/vue`), `useChat`, tool calling, structured output, and abort/error handling. Load for AI chatbots, assistant UIs, LLM streaming, or agent frontends in Vue or Nuxt.

2026-06-27
vue-best-practices
ソフトウェア開発者

MUST be used for Vue.js tasks. Strongly recommends Composition API with `<script setup>` and TypeScript as the standard approach. Covers Vue 3, SSR, Volar, vue-tsc. Load for any Vue, .vue files, Vue Router, Pinia, or Vite with Vue work. ALWAYS use Composition API unless the project explicitly requires Options API.

2026-06-27
vue-debug-guides
ソフトウェア開発者

Vue 3 debugging and error handling for runtime errors, warnings, async failures, and SSR/hydration issues. Use when diagnosing or fixing Vue issues.

2026-06-27
vue-jsx-best-practices
ソフトウェア開発者

JSX syntax in Vue (e.g., class vs className, JSX plugin config).

2026-06-27
vue-options-api-best-practices
ソフトウェア開発者

Vue 3 Options API style (data(), methods, this context). Each reference shows Options API solution only.

2026-06-27
vue-pinia-best-practices
ソフトウェア開発者

Pinia stores, state management patterns, store setup, and reactivity with stores.

2026-06-27
vue-router-best-practices
ソフトウェア開発者

Vue Router 4 patterns, navigation guards, route params, and route-component lifecycle interactions.

2026-06-27
vue-testing-best-practices
ソフトウェア品質保証アナリスト・テスター

Use for Vue.js testing. Covers Vitest, Vue Test Utils, component testing, mocking, testing patterns, and Playwright for E2E testing.

2026-06-27
9 件中 9 件のリポジトリを表示
すべてのリポジトリを表示しました