Skip to main content
在 Manus 中运行任何 Skill
一键导入
pradeepmouli
GitHub 创作者资料

pradeepmouli

按仓库查看 18 个 GitHub 仓库中的 349 个已收集 skills。

已收集 skills
349
仓库
18
更新
2026-07-19
这里展示前 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
当前展示该仓库 Top 8 / 171 个已收集 skills。
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
当前展示该仓库 Top 8 / 101 个已收集 skills。
当前展示该仓库 Top 8 / 15 个已收集 skills。
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
当前展示该仓库 Top 8 / 11 个已收集 skills。
当前展示该仓库 Top 8 / 11 个已收集 skills。
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
当前展示该仓库 Top 8 / 10 个已收集 skills。
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
已展示 12 / 18 个仓库