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

pradeepmouli

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

収集済み skills
349
リポジトリ
18
更新
2026-07-19
リポジトリマップ

skills がある場所

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

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

リポジトリと代表的な skills

prod-ux-review
ソフトウェア品質保証アナリスト・テスター

Review a production UX checkout harness run against the deployed Studio (daikonic). Use after `pnpm --filter @rune-langium/studio run test:prod-ux` (or test:prod-smoke) completes, when the user asks to review/triage a prod checkout run, or when a nightly prod-ux artifact needs auditing. Consumes report/run-manifest.json + screenshots + traces and produces a severity-ranked UX review with per-journey verdicts.

2026-07-19
rune-langium-codegen
ソフトウェア開発者

Documentation site and generated agent skills for rune-langium APIs

2026-07-11
rune-langium-core
ソフトウェア開発者

Documentation site and generated agent skills for rune-langium APIs Use when: Validating a single `.rosetta` file or snippet in memory.

2026-07-11
rune-langium-lsp-server
ソフトウェア開発者

Documentation site and generated agent skills for rune-langium APIs Use when: Embedding a Rune DSL language server in a web application via WebSocket.

2026-07-11
rune-langium-visual-editor
ウェブ・デジタルインターフェースデザイナー

Documentation site and generated agent skills for rune-langium APIs Use when: Rendering two or more `RuneTypeGraph` components simultaneously (different....

2026-07-11
zod-to-form-react
ソフトウェア開発者

Runtime <ZodForm> renderer for Zod v4 schemas Use when: You need form rendering in storybook, playgrounds, or low-traffic admin UIs —.... Also: zod, zod-v4, react, forms, form-generation, react-hook-form, schema-driven, dynamic-forms, form-renderer, hookform-resolver, zod-form-renderer.

2026-05-21
zod-to-form-vite
ソフトウェア開発者

Vite plugin for zod-to-form — transforms ?z2f imports into generated form components and optionally replaces <ZodForm> JSX call sites with generated components at build time Use when: You want `import SignupForm from './signup.schema?z2f'` to Just Work in a.... Also: vite, vite-plugin, zod, zod-v4, codegen, forms, form-generation, schema-driven, react-hook-form, build-plugin, jsx-transform.

2026-05-21
rune-langium-cli
ソフトウェア開発者

Documentation site and generated agent skills for rune-langium APIs

2026-05-12
このリポジトリの収集済み skills 171 件中、上位 8 件を表示しています。
axiom-accessibility-diag
ウェブ開発者

Use when fixing VoiceOver issues, Dynamic Type violations, color contrast failures, touch target problems, keyboard navigation gaps, or Reduce Motion support - comprehensive accessibility diagnostics with WCAG compliance, Accessibility Inspector workflows, and App Store Review preparation for iOS/macOS

2026-04-15
axiom-app-composition
ソフトウェア開発者

Use when structuring app entry points, managing authentication flows, switching root views, handling scene lifecycle, or asking 'how do I structure my @main', 'where does auth state live', 'how do I prevent screen flicker on launch', 'when should I modularize' - app-level composition patterns for iOS 26+

2026-04-15
axiom-app-discoverability
ソフトウェア開発者

Use when making app surface in Spotlight search, Siri suggestions, or system experiences - covers the 6-step strategy combining App Intents, App Shortcuts, Core Spotlight, and NSUserActivity to feed the system metadata for iOS 16+

2026-04-15
axiom-app-intents-ref
ソフトウェア開発者

Use when integrating App Intents for Siri, Apple Intelligence, Shortcuts, Spotlight, or system experiences - covers AppIntent, AppEntity, parameter handling, entity queries, background execution, authentication, and debugging common integration issues for iOS 16+

2026-04-15
axiom-app-shortcuts-ref
ソフトウェア開発者

Use when implementing App Shortcuts for instant Siri/Spotlight availability, configuring AppShortcutsProvider, adding suggested phrases, or debugging shortcuts not appearing - covers complete App Shortcuts API for iOS 16+

2026-04-15
axiom-apple-docs-research
ソフトウェア開発者

Use when researching Apple frameworks, APIs, or WWDC sessions - provides techniques for retrieving full transcripts, code samples, and documentation using Chrome browser and sosumi.ai

2026-04-15
axiom-assume-isolated
ソフトウェア開発者

Use when needing synchronous actor access in tests, legacy delegate callbacks, or performance-critical code. Covers MainActor.assumeIsolated, @preconcurrency protocol conformances, crash behavior, Task vs assumeIsolated.

2026-04-15
axiom-auto-layout-debugging
ソフトウェア開発者

Use when encountering "Unable to simultaneously satisfy constraints" errors, constraint conflicts, ambiguous layout warnings, or views positioned incorrectly - systematic debugging workflow for Auto Layout issues in iOS

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

Shared types, SKILL.md renderer, and token budgeting for skillit plugins

2026-07-03
skillit
ソフトウェア開発者

Generate structured AI agent skills (SKILL.md) and llms.txt from your TypeScript API documentation

2026-07-03
skillit-cli-docs
ソフトウェア開発者

CLI documentation conventions for generated skills. Use when improving Commander descriptions, help text, positional argument docs, and config-surface correlation.

2026-07-02
skillit-bootstrap
ソフトウェア開発者

Bootstrap an AI-agent skill from a TypeScript codebase by running the deterministic skillit generate/audit loop and enriching repo source (JSDoc, README, config-type properties, MCP tool annotations, examples, package.json) until the skill reaches its grade target. Use for cli, typedoc, config, or mcp (build-mode) projects; never edit SKILL.md/references directly.

2026-07-02
skillit-docs
ソフトウェア開発者

Documentation conventions for generating high-quality AI agent skills from TypeScript source. Use when preparing a library for skill generation, auditing JSDoc quality, fixing audit warnings, writing @useWhen/@avoidWhen/@never tags, or asking about documentation conventions for skills. Use this even if the user just says 'audit my docs', 'improve my JSDoc', or 'make my skills better'.

2026-07-02
skillit-cli
ソフトウェア開発者

Extract CLI command structure from commander/yargs for AI agent skill generation Use when working with agent-skills, cli, commander, documentation, skill-generation, yargs.

2026-07-02
skillit-docs
ソフトウェア開発者

Generate AI agent skills from TypeScript documentation

2026-07-02
skillit-typedoc
ソフトウェア開発者

TypeDoc plugin that generates AI agent skills (SKILL.md) from TypeScript API documentation Use when working with agent-skills, ai, documentation, llm, skill-md, typedoc, typedoc-plugin.

2026-07-02
このリポジトリの収集済み skills 11 件中、上位 8 件を表示しています。
このリポジトリの収集済み skills 11 件中、上位 8 件を表示しています。
zod-to-form-config
ソフトウェア開発者

Configuration for zod-to-form code generation (defineConfig / z2f.config.ts): component library, generation defaults, file selection, and per-schema overrides. Also: zod, zod-v4, forms, form-generation, schema, schema-walker, processor-registry, react-hook-form, schema-driven, form-schema, zod-registry.

2026-06-26
zod-to-form-codegen
ソフトウェア開発者

Documentation site for zod-to-form (Docusaurus 3 + TypeDoc) Use when: Building a custom codegen pipeline that assembles `FormField[]` and needs the....

2026-05-27
zod-to-form-cli
ソフトウェア開発者

Documentation site for zod-to-form (Docusaurus 3 + TypeDoc) Use when: You need programmatic codegen from a Node.js script or build tool (not just....

2026-05-27
zod-to-form-core
ソフトウェア開発者

Documentation site for zod-to-form (Docusaurus 3 + TypeDoc) Use when: You want per-field validation instead of whole-form validation.

2026-05-27
zod-to-form-react
ソフトウェア開発者

Documentation site for zod-to-form (Docusaurus 3 + TypeDoc) Use when: You need form rendering in storybook, playgrounds, or low-traffic admin UIs —....

2026-05-27
zod-to-form-vite
ソフトウェア開発者

Documentation site for zod-to-form (Docusaurus 3 + TypeDoc) Use when: You want `import SignupForm from './signup.schema?z2f'` to Just Work in a....

2026-05-27
zod-to-form
ソフトウェア開発者

Use when working with zod-to-form (core, react, cli, codegen, vite).

2026-05-09
zod-to-form-cli
ソフトウェア開発者

Build-time code generator for Zod v4 form components Use when: You need programmatic codegen from a Node.js script or build tool (not just.... Also: zod, zod-v4, codegen, forms, form-generation, react-hook-form, schema-driven, cli, generator, component-codegen, schema-to-tsx.

2026-04-20
このリポジトリの収集済み skills 10 件中、上位 8 件を表示しています。
spec-kit-extensions-bootstrap
ソフトウェア開発者

Use when installing, upgrading, bootstrapping, or repairing spec-kit-extensions in a project. Triggers on requests like "install spec-kit-extensions", "set up speckit workflows", "upgrade specify-extend", "bootstrap spec-kit workflows", or "fix spec-kit-extensions install".

2026-04-16
spec-kit-skill
ソフトウェア開発者

GitHub Spec-Kit integration for constitution-based spec-driven development. 7-phase workflow. Triggers: "spec-kit", "speckit", "constitution", "specify", ".specify/", "规格驱动开发", "需求规格".

2026-01-24
spec-kit-feedback
ソフトウェア開発者

Capture workflow usage data for spec-kit optimization. Auto-activates when: (1) completing a spec-kit workflow (/speckit.review, final commit), (2) encountering friction or confusion during workflows, (3) user mentions issues with prompts or templates, (4) workflow deviates from expected quality gates. Reminds to export chat logs and tracks patterns for feedback.

2026-01-02
rl-optimization
ソフトウェア開発者

Apply reinforcement learning principles when working on spec-kit-extensions. Auto-activates when: (1) editing command prompts in commands/*.md, (2) modifying workflow templates in extensions/workflows/, (3) discussing user feedback about workflow friction, (4) reviewing issues or PRs mentioning prompt clarity or template problems, (5) analyzing chat logs or workflow usage from other repositories. Helps ensure changes improve prompt effectiveness and template utility.

2026-01-02
dotnet-api
ソフトウェア開発者

Builds ASP.NET Core APIs, data access, and backend services including minimal APIs, middleware, EF Core, gRPC, SignalR/SSE, resilience (Polly), HTTP client, API versioning, OpenAPI, security (OWASP, secrets, crypto), background services, Aspire orchestration, Semantic Kernel AI integration, architecture patterns, messaging, service communication, data access strategy, API surface validation, and API documentation.

2026-02-27
dotnet-csharp
ソフトウェア開発者

Guides C# language patterns, coding standards, and .NET runtime features including async/await, dependency injection, configuration, source generators, nullable reference types, serialization, channels, LINQ optimization, domain modeling, SOLID principles, concurrency, analyzers, editorconfig, file I/O, native interop, validation, modern C# syntax (records, pattern matching, primary constructors), and API design.

2026-02-27
dotnet-testing
ソフトウェア品質保証アナリスト・テスター

Defines .NET test strategy, xUnit v3, integration/E2E, snapshots (Verify), Playwright, benchmarks, and quality gates.

2026-02-27
dotnet-ui
ソフトウェア開発者

Builds .NET UI applications across Blazor (patterns, components, auth, testing), MAUI (development, AOT, testing), Uno Platform (core, targets, MCP, testing), WPF (modern and migration), WinUI 3, WinForms, accessibility, localization, and UI framework selection. Includes XAML, MVVM, render modes, and platform-specific deployment.

2026-02-27
18 件中 12 件のリポジトリを表示