Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
pradeepmouli
ملف منشئ GitHub

pradeepmouli

عرض على مستوى المستودعات لـ 349 skills مجمعة عبر 18 مستودعات GitHub.

skills مجمعة
349
مستودعات
18
محدث
2026-07-19
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

نعرض هنا أهم 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
عرض أهم 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
عرض أهم 8 من أصل 101 skills مجمعة في هذا المستودع.
عرض أهم 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
عرض أهم 8 من أصل 11 skills مجمعة في هذا المستودع.
عرض أهم 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
عرض أهم 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
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
عرض 12 من أصل 18 مستودعات