Poorgramer-Zack

78 mods across 3 repositories, 17 stars between them.

Poorgramer-Zack/dart-expert-skills

Skill Claude CodeCodex

Reads an OpenAPI 3.0 specification and manually implements a type-safe Dart API layer using Dio for HTTP, Freezed or Equatable for models, and jsonserializable for serialisation. Use when given an OpenAPI/Swagger file (JSON or YAML) and asked to implement the API in Flutter/Dart, create Dart models from an API schema…

7 21d ago A 134 tokens original MIT

Poorgramer-Zack/dart-expert-skills

Skill Claude CodeCodex

Integrates RevenueCat in-app purchases and subscriptions into Flutter apps using purchasesflutter (v10.x). Use when implementing paywalls, checking entitlements via CustomerInfo, configuring PurchasesConfiguration for iOS or Android, displaying paywalls with purchasesuiflutter, handling purchase errors via…

7 21d ago A 111 tokens original MIT

integrating-sentry

51

Poorgramer-Zack/dart-expert-skills

Skill Claude CodeCodex

Integrates Sentry error tracking and performance monitoring into Flutter apps using sentryflutter. Use when setting up crash reporting in Flutter, calling SentryFlutter.init, adding SentryNavigatorObserver to GoRouter, tracing HTTP requests with sentrydio, capturing handled exceptions via Sentry.captureException…

7 21d ago A 117 tokens original MIT

Poorgramer-Zack/dart-expert-skills

Skill Claude CodeCodex

Develops full-stack Dart backends using the Serverpod framework with PostgreSQL, Redis, and Docker. Use when building type-safe API endpoints, defining YAML data models, configuring Serverpod auth, writing server-side tests, running database migrations, deploying to Docker/AWS/GCP, or using Serverpod Mini for…

7 21d ago A 76 tokens original MIT

Poorgramer-Zack/dart-expert-skills

Skill Claude CodeCodex

Build beautiful, accessible, and highly customizable user interfaces in Flutter using the Shadcn UI design system. This skill ensures proper framework integration (Pure, Material, or Cupertino), consistent theming, and effective use of the 30+ responsive components available in the library.

7 21d ago A 43 tokens original MIT

Poorgramer-Zack/dart-expert-skills

Skill Claude CodeCodex

Supabase Flutter integration for PostgreSQL, Auth, Realtime subscriptions, Storage, Edge Functions, and Row Level Security. Use when building backend features with supabaseflutter or configuring database policies.

7 21d ago A 44 tokens original MIT

Poorgramer-Zack/dart-expert-skills

Skill Claude CodeCodex

Converts TypeScript to idiomatic Dart 3 code, covering syntax mapping, type system translation, async patterns, and module migration. Activates when translating TypeScript interfaces, classes, enums, generics, union types, async/await patterns, or modules to Dart; migrating frontend or Node.js logic to Flutter/Dart…

7 21d ago A 113 tokens original MIT

Poorgramer-Zack/copilot-cli-things

Skill Claude CodeCodex

GitHub Copilot CLI configuration and setup: custom instructions (copilot-instructions.md, AGENTS.md), managing skills, configuring hooks (hooks.json), MCP servers (mcp-config.json), custom agents (.agent.md), installing plugins, extensions placement. Use when choosing between customization surfaces, setting up config…

2 5mo ago B 79 tokens original MIT

Create Extension

57

Poorgramer-Zack/copilot-cli-things

Skill Claude CodeCodex

Copilot CLI extension development: extension.mjs, hooks, tools, events, SDK API, JSON-RPC. Use when creating, building, debugging, or inspecting extensions, or asking about lifecycle, permissions, onPermissionRequest, joinSession, or session events.

2 5mo ago A 56 tokens original MIT

Poorgramer-Zack/copilot-cli-things

Agent

Conversation analysis for hookify — scan user messages for frustration signals, corrections, repeated issues, explicit "don't do X" requests. Detects unwanted tool behaviors and extracts regex patterns for hook rule generation. Triggered by hookify-create without arguments or explicit conversation analysis requests.

2 5mo ago D 54 tokens original MIT

Hookify Configure

59

Poorgramer-Zack/copilot-cli-things

Skill Claude CodeCodex

Hookify rule toggling — enable/disable existing .local.md rules interactively. Triggers on "configure hookify", "enable/disable hookify rules", "toggle hooks", manage rule settings.

2 5mo ago C 46 tokens original MIT

Hookify Create

60

Poorgramer-Zack/copilot-cli-things

Skill Claude CodeCodex

Hookify rule creation — analyze conversation for unwanted behaviors, generate .local.md rule files with regex patterns. Triggers on "create a hookify rule", "hookify this", "add a hook to prevent", "prevent behavior", or describing unwanted tool patterns.

2 5mo ago C 58 tokens original MIT

Hookify Help

61

Poorgramer-Zack/copilot-cli-things

Skill Claude CodeCodex

Hookify documentation and usage guide — plugin architecture, rule syntax, event types, pattern examples, available skills. Triggers on "how does hookify work", "hookify help", "how to use hookify", hookify documentation.

2 5mo ago D 52 tokens original MIT

Hookify List

62

Poorgramer-Zack/copilot-cli-things

Skill Claude CodeCodex

List and inspect all configured hookify rules — show status, event types, patterns, file paths. Triggers on "list hookify rules", "show my hooks", "what hookify rules do I have", view configured rules.

2 5mo ago A 51 tokens original MIT

Poorgramer-Zack/copilot-cli-things

Skill Claude CodeCodex

Hookify rule authoring reference — YAML frontmatter format, regex patterns, event types (bash/file/stop/prompt), conditions, operators. Triggers on "create a hookify rule", "write a hook rule", "add a hookify rule", "hookify rule syntax", rule pattern guidance.

2 5mo ago D 67 tokens original MIT

MCP Builder

64

Poorgramer-Zack/copilot-cli-things

Skill Claude CodeCodex

MCP server development: build, create, and test Model Context Protocol servers in TypeScript or Python. Tool design, input/output schemas, Zod/Pydantic validation, evaluations, stdio/HTTP transport, @modelcontextprotocol/sdk, FastMCP.

2 5mo ago A 57 tokens original MIT

agent-creator

65

Poorgramer-Zack/copilot-cli-things

Agent

Agent creation: generate .agent.md files with optimized descriptions, system prompts, model/tool selection. Triggered by create agent, new agent, build agent, generate agent.

2 5mo ago A 34 tokens original MIT

plugin-validator

66

Poorgramer-Zack/copilot-cli-things

Agent

Plugin validation: check plugin structure, directory layout, component correctness (agents, skills, hooks, MCP). Triggered by validate plugin, check plugin, verify plugin, plugin structure.

2 5mo ago A 36 tokens original MIT

skill-reviewer

67

Poorgramer-Zack/copilot-cli-things

Agent

Skill quality review: evaluate SKILL.md structure, description triggering, progressive disclosure, writing style. Triggered by review skill, check skill quality, skill best practices, improve skill.

2 5mo ago A 36 tokens copy · 89% MIT

Agent Development

68

Poorgramer-Zack/copilot-cli-things

Skill Claude CodeCodex

Agent development for Copilot CLI plugins: .agent.md files, agent frontmatter, system prompts, triggering conditions, tool restrictions, model selection. Use when creating, configuring, or debugging autonomous agents.

2 5mo ago A 43 tokens original MIT

Create Plugin

69

Poorgramer-Zack/copilot-cli-things

Skill Claude CodeCodex

Copilot CLI plugin scaffolding and creation workflow. Covers requirements gathering, component planning, directory structure, implementation, validation, and testing. Use for new plugin projects or guided plugin development.

2 5mo ago A 40 tokens original MIT

Hook Development

70

Poorgramer-Zack/copilot-cli-things

Skill Claude CodeCodex

Hook development for Copilot CLI plugins: hooks.json, preToolUse/postToolUse/agentStop/sessionStart hooks, command hooks, event-driven validation, tool blocking, policy enforcement. Use when creating or debugging plugin hooks.

2 5mo ago A 48 tokens original MIT

MCP Integration

71

Poorgramer-Zack/copilot-cli-things

Skill Claude CodeCodex

MCP server integration for Copilot CLI plugins: mcp-config.json, stdio/SSE/HTTP/WebSocket servers, OAuth, tool naming. Use when adding external service connections, configuring MCP, or debugging MCP tools.

2 5mo ago B 49 tokens original MIT

Plugin Settings

72

Poorgramer-Zack/copilot-cli-things

Skill Claude CodeCodex

Plugin settings and state via .github/plugin-name.local.md: YAML frontmatter configuration, per-project settings, .local.md files, reading/writing plugin state from hooks and agents.

2 5mo ago B 39 tokens original MIT