Skip to main content
potenlab
ملف منشئ GitHub

potenlab

عرض على مستوى المستودعات لـ ٣٥ skills مجمعة عبر ٤ مستودعات GitHub.

skills مجمعة
٣٥
مستودعات
٤
محدث
١٨ يونيو ٢٠٢٦
مستكشف المستودعات

المستودعات و skills الممثلة

execute-phase
مطوّرو البرمجيات

Executes all tasks in a specific phase using wave-based parallel execution (max 4 agents per wave). Spawns small-coder and high-coder agents based on progress.json complexity. Updates progress.json after EACH wave so completed tasks immediately unblock…

٢٧ فبراير ٢٠٢٦
generate-test
محللو ضمان جودة البرمجيات والمختبرون

Generates Vitest test files from test-plan.md using the qa-specialist agent. Reads the test plan and vitest best practices, then spawns qa-specialist agents to produce .test.ts files in the root tests/ directory for features, shared tests, and Supabase…

٢٧ فبراير ٢٠٢٦
plan-project
متخصصو إدارة المشاريع

Orchestrates sequential project planning. First validates user intent via AskUserQuestion (MANDATORY), then spawns ui-ux-specialist to create ui-ux-plan.md, then tech-lead-specialist to create dev-plan.md from ui-ux-plan.md, then spawns frontend-specialist…

٢٧ فبراير ٢٠٢٦
run-test-all
محللو ضمان جودة البرمجيات والمختبرون

Runs ALL Vitest tests across /features, /tests, and /supabase directories. Executes tests via npx vitest run, collects results, and generates test.result.json (replaced on every run). Uses qa-specialist to analyze failures and provide actionable feedback.…

٢٧ فبراير ٢٠٢٦
run-test-phase
محللو ضمان جودة البرمجيات والمختبرون

Runs Vitest tests for a specific phase chosen by the user. Reads test-plan.md to identify phases, asks user which phase to run via AskUserQuestion, executes only those test files, and generates test.result.json (replaced on every run). Uses qa-specialist to…

٢٧ فبراير ٢٠٢٦
verify-test
محللو ضمان جودة البرمجيات والمختبرون

Verifies and updates tests after code changes. Detects what changed (git diff, changes.json), compares against test-plan.md, then spawns qa-specialist agents to update test-plan.md and edit/create test files in /features, /tests, /supabase. Use after…

٢٧ فبراير ٢٠٢٦
complete-plan
متخصصو إدارة المشاريع

Finalizes the planning phase by spawning progress-creator agent to read all plan files (dev-plan.md, frontend-plan.md, backend-plan.md) and generate progress.json — the structured task tracker used by coder agents. Run this AFTER /plan has completed. Triggers…

١٠ فبراير ٢٠٢٦
developer
مطوّرو البرمجيات

Post-completion development skill for adjustments and changes after all phases are done. Accepts change requests from arguments (/developer fix the login button) or via AskUserQuestion. Analyzes existing code and plans, creates change tasks in…

١٠ فبراير ٢٠٢٦
عرض 8 من أصل ١٩ skills مجمعة.
goal-loop
مطوّرو البرمجيات

Use after plan-and-spec to build a planned change to completion. Scales to size: a small single-issue change is built directly (one story, verify, one PR); a new/large epic is walked one child story at a time (build via design, verify in a browser, open one…

١٨ يونيو ٢٠٢٦
plan-and-spec
مطوّرو البرمجيات

You MUST use this before ANY change to the project's code or UI — building something new, OR editing, restyling, tweaking, fixing, or refactoring anything that already exists — before you touch any file. Clarifies the change through questions, writes a…

١٨ يونيو ٢٠٢٦
using-designer-workflow
مطوّرو البرمجيات

Use when starting any conversation - establishes how the designer-workflow plugin's skills are found and used, requiring a Skill-tool check before responding whenever a request involves building an app or any Supabase/Postgres work.

١٨ يونيو ٢٠٢٦
design
مطوّرو البرمجيات

Build ONE app or story full-stack from an already-agreed plan — backend, UI, assets, and wiring inside an isolated sandbox branch, then run it and open a PR. Normally called by goal-loop once per child story; use directly only for a single explicit one-off…

١٨ يونيو ٢٠٢٦
higgsfield-assets
مطوّرو البرمجيات

Use whenever a visual or media ASSET is needed for an app or page — an image, icon, logo, illustration, hero/background, avatar, texture, video clip, sound effect, or voiceover. Higgsfield is the ONE path for generating assets: never use stock photos, emoji,…

١٥ يونيو ٢٠٢٦
supabase-integration
مطوّرو البرمجيات

Wire a Supabase backend into a freshly created app the right way the first time — schema, RLS, auth, migrations, and type-safe client — driven by the Supabase MCP. Use when the /design app-creation flow (or any task) needs to give a new app a working, secure…

١٥ يونيو ٢٠٢٦
supabase-postgres-best-practices
غير مصنف

Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.

١٥ يونيو ٢٠٢٦
supabase
مطوّرو البرمجيات

Use when doing ANY task involving Supabase. Triggers: Supabase products (Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron, Queues); client libraries and SSR integrations (supabase-js, @supabase/ssr) in Next.js, React, SvelteKit, Astro, Remix;…

١٥ يونيو ٢٠٢٦
عرض 8 من أصل ٩ skills مجمعة.
saas-visual-generator
مطوّرو البرمجيات

Generate brand visuals via the Higgsfield MCP — logo variants, moodboard tiles, and a brand-guidelines document — once the brand intake (`brand.json` + `saas-context.json`) exists. Auto-activate after `saas-brand-intake` finishes, or when the user says…

١٩ مايو ٢٠٢٦
saas-brand-approval
مطوّرو البرمجيات

Enforce the brand approval gate. Use this skill BEFORE any landing page work. Reads/writes `brands/<slug>/approval.json`. Auto-activate when the user says "approve", "looks good, continue", "ship it", `/approve-brand`, or attempts to start the landing page.…

١٩ مايو ٢٠٢٦
higgsfield-recipes
مطوّرو البرمجيات

Shared library of Higgsfield MCP prompt patterns used by `saas-visual-generator` and `saas-landing-builder`. Auto-activate when another skill is about to call `mcp__higgsfield__generate_image`, `mcp__higgsfield__generate_video`, or…

١٩ مايو ٢٠٢٦
saas-brand-intake
مطوّرو البرمجيات

Run SaaS brand intake interviews when the user wants to validate a new product idea. Use this when there is no existing brand directory and the user mentions a SaaS idea, says "I want to validate", "let's start a new brand", "I have an idea", "validate my…

١٩ مايو ٢٠٢٦
saas-landing-builder
مطوّرو البرمجيات

Build the SaaS landing page in `sites/<slug>/` once the brand is approved. Auto-activate when `approval.json.approved === true` and the user asks for a landing page, website, marketing site, or runs `/build-landing`. Generates a Next.js + Tailwind + Framer…

١٩ مايو ٢٠٢٦
saas-waitlist-backend
مطوّرو البرمجيات

Pick and wire the waitlist backend adapter when generating the landing page. Auto-activate when `saas-landing-builder` is scaffolding the waitlist component. Chooses between local-JSON (default), Supabase, Resend, or Loops based on env vars and user…

١٩ مايو ٢٠٢٦
عرض ٤ من أصل ٤ مستودعات
تم تحميل كل المستودعات