Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
CleanExpo
GitHub 제작자 프로필

CleanExpo

9개 GitHub 저장소에서 수집된 403개 skills를 저장소 단위로 보여줍니다.

수집된 skills
403
저장소
9
업데이트
2026-06-24
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

#01
Pi-Dev-Ops
skills 149개 · 2026-06-24
소프트웨어 개발자시장조사 분석가·마케팅 전문가네트워크·컴퓨터 시스템 관리자프로젝트 관리 전문가소프트웨어 품질 보증 분석가·테스터아트 디렉터
직업 카테고리 22개 · 80% 분류됨
37%비중
#02
Synthex
skills 88개 · 2026-06-24
소프트웨어 개발자시장조사 분석가·마케팅 전문가소프트웨어 품질 보증 분석가·테스터프로젝트 관리 전문가정보 보안 분석가네트워크·컴퓨터 시스템 관리자
직업 카테고리 18개 · 73% 분류됨
22%비중
#03
Unite-Hub
skills 56개 · 2026-06-17
소프트웨어 개발자프로젝트 관리 전문가소프트웨어 품질 보증 분석가·테스터데이터베이스 관리자데이터베이스 아키텍트총괄·운영 관리자
직업 카테고리 13개 · 100% 분류됨
14%비중
#04
NodeJS-Starter-V1
skills 47개 · 2026-03-26
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터프로젝트 관리 전문가웹 개발자네트워크·컴퓨터 시스템 관리자시장조사 분석가·마케팅 전문가
직업 카테고리 10개 · 100% 분류됨
12%비중
#05
ATO
skills 34개 · 2026-03-26
소프트웨어 개발자세무 심사원·징수원·세입 담당자프로젝트 관리 전문가변호사시장조사 분석가·마케팅 전문가컴플라이언스 담당자
직업 카테고리 12개 · 100% 분류됨
8.4%비중
#06
Disaster-Recovery
skills 10개 · 2026-06-18
소프트웨어 개발자프로젝트 관리 전문가소프트웨어 품질 보증 분석가·테스터
직업 카테고리 3개 · 50% 분류됨
2.5%비중
#07
DR-NRPG
skills 8개 · 2026-04-09
소프트웨어 개발자교정사 및 카피 마커소방 및 방화 종사자 일선 감독자일반 유지보수·수리공컴플라이언스 담당자파일 사무원
직업 카테고리 6개 · 100% 분류됨
2.0%비중
#08
Unite-Group
skills 8개 · 2026-06-20
분류 대기 중
2.0%비중
여기에는 상위 8개 저장소가 표시되며, 전체 저장소 목록은 아래에서 이어집니다.
저장소 탐색

저장소와 대표 skills

remotion-direction
미분류

Use when a Remotion video needs creative direction: hook, visual sequence, scene purpose, motion restraint, and CTA direction before render.

2026-06-24
remotion-editing
미분류

Use when a Remotion video has timing, sync, transition, caption, pacing, or audio-fit risk and needs editing discipline before render.

2026-06-24
remotion-integrations
미분류

Use when /remotion-video needs existing Synthex ElevenLabs, brand-config, Remotion, output storage, Claude, or Hermes integration without adding vendors.

2026-06-24
remotion-orchestrator
미분류

/remotion-video one-shot Remotion command skill and ENTRY POINT for the Remotion Skills Package. Use for video, explainer, ad, promo, reel, intro, social cut, marketing, training, or launch videos. Reads the brief, classifies intent, enforces one single Synthex ElevenLabs voice, emits a production/wave plan, and dispatches the right sub-skills in topological order. Always invoked first.

2026-06-24
remotion-production
미분류

Use when a Remotion video job needs production gates, render evidence, output discipline, and pass/fail validation before it can be called shippable.

2026-06-24
remotion-professionalism
미분류

Use when a Remotion video needs a professional marketing QA pass for brand fit, readability, pacing, typography, polish, and not-looking-generated.

2026-06-24
remotion-script
미분류

Use when a Remotion marketing video needs a timed script, scene narration, on-screen text, CTA, and voice pacing that fits a single ElevenLabs voice.

2026-06-24
review-command
미분류

/review specialised command skill. Use when the operator asks for /review, review, code review, launch review, or "check this before ship" and needs one de-duplicated, evidence-backed review packet instead of fixes or secondary work.

2026-06-24
이 저장소에서 수집된 skills 149개 중 상위 8개를 표시합니다.
north-star
미분류

The engineering navigation layer for Synthex — holds the mission, the current course, the rules of the ship, and routes work to the right existing specialist. Load at the START of any planning, prioritisation, "what's next", roadmap, scope, or new-feature decision. NEVER let work drift off the critical path or add capabilities the ship already carries (see dependency-discipline). NEVER claim done without the verification gate. NEVER merge to production or change prod data without a human gate. ALWAYS trace a task to the NorthStar, the live Linear epic, and an existing system before writing code.

2026-06-24
playwright-cli
미분류

Authenticated browser automation for Synthex — drive real Chrome to log in, screenshot, and audit dashboard/integration surfaces. Use for live visual verification, "audit the dashboard", "check what's connected", or closing the verification gate on /dashboard/* routes. Two backends: the Playwright MCP server (interactive, in-session tools) and the committed CLI scripts (scripts/browser/*.mjs, reliable + headless). RUNS WHERE THE BROWSER + NETWORK + AUTH EXIST — i.e. a local machine, not a network-restricted sandbox.

2026-06-24
api-testing
미분류

Synthex API testing enforcer. NEVER mock the database in integration tests — use real Supabase. NEVER skip the 401 (unauthenticated) or 403 (wrong org) test cases. NEVER use pnpm. ALWAYS structure tests as: 401 → 403 → 400 → 200/201 happy path. Activate on ANY request to write API tests, validate endpoints, add test coverage, or check test quality.

2026-06-23
database-prisma
미분류

Synthex database operations enforcer. NEVER use prisma db push for schema changes — use migrate diff + db execute. NEVER add non-nullable columns without defaults. NEVER write Prisma queries without organizationId scope. ALWAYS use backward-compatible migrations and validate with prisma validate first. Activate on ANY request to change schema, write a query, create a migration, add a model, or modify database operations.

2026-06-23
design
미분류

Synthex design system enforcer. NEVER use Inter as a heading font, purple (#8B5CF6) gradients on white, or generic glassmorphism without Synthex tokens. ALWAYS use Space Grotesk headings, #f97316 brand orange, #0f172a slate background, and the Synthex glass token set. Activate on ANY request involving UI, components, styling, layout, visual design, colour, typography, spacing, shadows, animations, or anything a user will see on screen.

2026-06-23
security-hardener
미분류

Synthex security posture enforcer. NEVER apply generic OWASP checklists without grounding in Synthex's specific threat model. NEVER suggest any auth system other than Supabase. ALWAYS audit: SSRF via validateExternalUrl, JWT tier elevation via resolveVerifiedTier, CORS via CORS_ORIGIN exact-match, org-scope bypass in Prisma. Activate on ANY request to harden security, audit vulnerabilities, review auth patterns, check for injection risks, or assess an attack surface.

2026-06-23
brand-campaign-generator
미분류

Synthex campaign content enforcer. NEVER open posts with "Excited to announce", use "leverage", "game-changing", or "revolutionary", produce platform-agnostic copy, or generate content that scores below 80. ALWAYS write platform-distinct hooks, use specific numbers over superlatives, and enforce exactly one CTA per piece. Activate on ANY request to create a campaign, generate posts, write social content, or launch content for a product, offer, or event.

2026-06-23
business-dna
미분류

Synthex brand DNA extractor. NEVER produce surface-level brand descriptions ("professional and friendly"), generic persona archetypes ("busy professional aged 25–45"), or tone descriptions that could apply to any brand. ALWAYS extract vocabulary the brand actually uses, describe what the brand explicitly is NOT, and ground the audience in a specific outcome they are seeking. Activate on ANY request to extract brand identity, build a DNA profile, define a brand voice, analyse a website for brand signals, or create a persona profile.

2026-06-23
이 저장소에서 수집된 skills 88개 중 상위 8개를 표시합니다.
unite-supabase-journey-guard
소프트웨어 개발자

Apply this skill for Unite-Hub Supabase migrations, PostgREST/Data API visibility, founder-scoped Playwright journeys, or errors such as PGRST205, access=denied, stale Supabase linked refs, or migration history drift. Prevents repeating the SQL/cache/auth loop by enforcing the exact verification sequence for core journeys.

2026-06-17
northstar-navigator
프로젝트 관리 전문가

The compass for Unite-Hub's road to /shipit. Defines the single NorthStar (a real, comprehensive, working founder CRM in production, every section GREEN), the binding definition of GREEN, and the No-Invaders Manifest that keeps the build honest and surgical. Consult BEFORE deciding what to build/skip/finish — it resolves "200 ≠ real" temptations and scope-creep pressure. P1, auto-loaded.

2026-05-29
cron-pull-template
소프트웨어 개발자

Apply this skill WHEN scaffolding a new cron "pull" route that syncs external/derived data into Supabase on a schedule (Vercel cron). Encodes the Unite-Hub cron invariants: CRON_SECRET auth, FOUNDER_USER_ID actor, overlap safety, idempotent upsert, last-sync timestamp, and failure surfacing. Generic `cron-scheduler` covers scheduling; this covers the PULL handler body. P3.

2026-05-29
mock-vs-real-detector
소프트웨어 품질 보증 분석가·테스터

Apply this skill WHEN verifying that a route, page, or integration serves REAL data and not silent mock/placeholder data. Detects the "false-green" failure mode: an endpoint returns 200 (or a page renders) while the underlying data is fabricated because a provider is unconnected. Trigger WHENEVER classifying a section's readiness, reviewing integration wrappers, or before marking anything GREEN. P2 — load on audit/verify tasks.

2026-05-29
context-partitioning
소프트웨어 개발자

Manifest-first context isolation — each subagent receives only its scope, never the full codebase

2026-03-26
council-of-logic
소프트웨어 개발자

Apply this skill for ANY decision with non-obvious tradeoffs: architectural choices, debugging without a clear root cause, performance strategies, security decisions, feature design with competing constraints, refactoring scope decisions. Forces multi-perspective analysis before committing to a solution. P1 auto-load — always active on complex reasoning tasks.

2026-03-26
execution-guardian
소프트웨어 개발자

Apply this skill before executing ANY irreversible action: bash commands that delete, reset, or overwrite; database migrations; git destructive operations (push --force, reset --hard, branch -D); environment variable changes; deployment triggers. Apply before proposing solutions when requirements are ambiguous. Blocks unsafe execution defaults. P1 auto-load — always active.

2026-03-26
ralph-wiggum
소프트웨어 개발자

Autonomous task completion loop with PRD tracking and persistent progress memory

2026-03-26
이 저장소에서 수집된 skills 56개 중 상위 8개를 표시합니다.
agent-orchestrator
소프트웨어 개발자

Route complex requests to the right specialist agent or chain of agents. This skill acts as the central brain of an agent swarm — it analyses what the user needs, determines which specialist domain(s) are required, and coordinates parallel or sequential agent execution. Use this skill when a request spans multiple domains (e.g., "research competitors and create a pitch deck"), when you need to decide which specialist should handle an ambiguous request, or when a task requires a multi-step pipeline across different skills. Triggers on: multi-step requests, cross-domain tasks, "coordinate", "plan this out", "I need help with multiple things", or any complex request that touches more than one specialist area. Also triggers when the user seems unsure which tool or approach to use.

2026-03-26
api-contract
소프트웨어 개발자

>-

2026-03-26
blueprint-engine
소프트웨어 개발자

Hybrid DAG execution primitive combining deterministic and agentic nodes with hard iteration caps

2026-03-26
blueprint-first
소프트웨어 개발자

">"

2026-03-26
brand-ambassador
시장조사 분석가·마케팅 전문가

Act as a brand ambassador — create authentic, platform-specific social media content that embodies a brand's identity and connects with audiences. Use this skill whenever the user asks to "create social media content for a brand", "act as a brand ambassador", "write ambassador posts", "promote [brand] on social media", "create influencer-style content", "write authentic brand content", "social media ambassador", or any request involving representing a brand through social content. Also triggers on "ambassador voice", "brand promotion posts", "influencer content", "authentic brand posts", "UGC-style content", or when someone wants social media content that sounds like a real person recommending a brand rather than corporate marketing copy. Even if the user just says "help me promote [brand]" or "I need content for [brand]'s social channels" — use this skill.

2026-03-26
claude-browser
소프트웨어 개발자

>-

2026-03-26
code-output-uplift
소프트웨어 개발자

Override generic LLM code output patterns. Replaces generic variable names, over-commented code, and placeholder patterns with domain-specific naming, clean architecture, and production-ready structure.

2026-03-26
context-protocol
소프트웨어 개발자

Slop-prevention middleware. Run before any design or code task to gather sources, then produce a Plan Mode block before touching any file. Eliminates hardcoded colours and generic components caused by agents assuming design decisions.

2026-03-26
이 저장소에서 수집된 skills 47개 중 상위 8개를 표시합니다.
agent-orchestrator
소프트웨어 개발자

Route complex requests to the right specialist agent or chain of agents. This skill acts as the central brain of an agent swarm — it analyses what the user needs, determines which specialist domain(s) are required, and coordinates parallel or sequential agent execution. Use this skill when a request spans multiple domains (e.g., "research competitors and create a pitch deck"), when you need to decide which specialist should handle an ambiguous request, or when a task requires a multi-step pipeline across different skills. Triggers on: multi-step requests, cross-domain tasks, "coordinate", "plan this out", "I need help with multiple things", or any complex request that touches more than one specialist area. Also triggers when the user seems unsure which tool or approach to use.

2026-03-26
error-taxonomy
소프트웨어 개발자

>-

2026-03-26
health-check
네트워크·컴퓨터 시스템 관리자

>-

2026-03-26
skill-manager
소프트웨어 개발자

>-

2026-03-26
structured-logging
소프트웨어 개발자

>-

2026-03-26
audit-risk-benchmarking
세무 심사원·징수원·세입 담당자

Compare entity financial ratios against ATO small business benchmarks to assess audit probability

2026-02-13
cashflow-forecasting
재무 및 투자 분석가

Project future tax obligations and cash flow requirements based on historical transaction patterns

2026-02-13
myob-api-integration
회계사 및 감사원

Read-only MYOB AccountRight and Essentials API access for historical transaction data extraction

2026-02-13
이 저장소에서 수집된 skills 34개 중 상위 8개를 표시합니다.
design-an-interface
미분류

Generate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to design an API, explore interface options, compare module shapes, or mentions "design it twice".

2026-06-18
grill-me
미분류

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

2026-06-18
improve-codebase-architecture
미분류

Explore a codebase to find opportunities for architectural improvement, focusing on making the codebase more testable by deepening shallow modules. Use when user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more AI-navigable.

2026-06-18
tdd
미분류

Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.

2026-06-18
ubiquitous-language
미분류

Extract a DDD-style ubiquitous language glossary from the current conversation, flagging ambiguities and proposing canonical terms. Saves to UBIQUITOUS_LANGUAGE.md. Use when user wants to define domain terms, build a glossary, harden terminology, create a ubiquitous language, or mentions "domain model" or "DDD".

2026-06-18
ubiquitous-language
프로젝트 관리 전문가

Extract a DDD-style ubiquitous language glossary from the current conversation, flagging ambiguities and proposing canonical terms. Saves to UBIQUITOUS_LANGUAGE.md. Use when user wants to define domain terms, build a glossary, harden terminology, create a ubiquitous language, or mentions "domain model" or "DDD".

2026-04-24
design-an-interface
소프트웨어 개발자

Generate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to design an API, explore interface options, compare module shapes, or mentions "design it twice".

2026-04-24
grill-me
프로젝트 관리 전문가

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

2026-04-24
이 저장소에서 수집된 skills 10개 중 상위 8개를 표시합니다.
australian-business-validator
컴플라이언스 담당자

Validate Australian phone numbers, addresses, postcodes, ABN/ACN numbers, and state/territory references. Use when reviewing any content with Australian business data.

2026-04-09
disaster-recovery-domain
소방 및 방화 종사자 일선 감독자

Domain knowledge for Australian disaster recovery and restoration services. Use when working on content, service descriptions, or any feature related to the DR/NRPG business model.

2026-04-09
fact-checker
교정사 및 카피 마커

Verify factual accuracy of all claims, data, and information across the platform. Use when reviewing content, service descriptions, or business information for correctness.

2026-04-09
iicrc-validator
일반 유지보수·수리공

Validate IICRC standard references, certification claims, and technical terminology. Use when working on service pages, guides, or content that references IICRC standards.

2026-04-09
typescript-coding-standards
소프트웨어 개발자

TypeScript coding standards for the DR-NRPG platform. Loaded automatically when working on .ts/.tsx files. Covers types, async patterns, error handling, naming, and best practices.

2026-04-09
api-contract
소프트웨어 개발자

Typed API contract patterns enforcing consistency between FastAPI backend (Pydantic response models) and Next.js frontend (Zod response schemas). Covers schema location conventions, OpenAPI documentation, error response contracts, and versioning strategy.

2026-03-04
notebooklm-second-brain
파일 사무원

Notebook First retrieval policy — query NotebookLM notebooks before web search or context dumping

2026-03-04
nrpg-workflow
소프트웨어 개발자

Use when working on NRPG Platform tasks to follow repo conventions (NextAuth cookie sessions, tenant safety, and contractor privacy) and to run the correct checks.

2025-12-31
adversarial-evaluator
미분류

Evaluates agent output adversarially before committing — prevents self-assessment bias

2026-06-20
handoff
미분류

Writes a structured session handoff so a fresh agent can continue without losing thread

2026-06-20
fable-engine
미분류

Turn a plain-English vision or task into a verified, build-ready spec before any code. Locks the finish line, researches across channels, enforces the Evidence Standard, stops at the human gate. Adopted from CleanExpo/Fabel-Prompt-Engineer for the Authority-Site / Pi-CEO / Unite-Group build process.

2026-06-17
ask-the-board
미분류

Loop through advisor profiles in knowledge/board/ and return a combined multi-persona critique of a spec, draft, or decision.

2026-06-15
fable-engine
미분류

Turn a plain-English vision into a verified, build-ready spec. Locks the finish line, researches across channels, enforces the Evidence Standard, and stops at the human approval gate.

2026-06-15
improve
미분류

Capture the user's feedback about an output and update the relevant skill or knowledge files so future outputs get sharper.

2026-06-15
ingest
미분류

File new articles, transcripts, and notes into knowledge/ in the right place with source metadata and an evidence tag.

2026-06-15
fable-prompt-engineer
미분류

Prompt-engineering and orchestration patterns for running Fable 5 as Master Orchestrator over Opus/Sonnet/Haiku worker agents. Use for ANY multi-agent task in this repo, and ALWAYS for the Unite-Group convergence programme (see playbooks/convergence.md). Locale: en-AU.

2026-06-12
deploy-drift-doctor
네트워크·컴퓨터 시스템 관리자

Diagnose and recover from blocked or failing production deploys — especially Prisma schema-drift / no-op'd-migration build failures on Vercel. Use when a deploy fails, a PR merge is "blocked", a build errors, or someone says "check logs", "failed", "deploy stuck", or "waiting for vercel".

2026-06-09
architectural-integrity-protocol
소프트웨어 개발자

Use at the start of every non-trivial user request and at any feature-completion / context-45%+ checkpoint. Forces a "Translation Blueprint" interception before code, enforces Service Layer separation, runs an automatic structural audit on completed features, and generates a dense session_manifest.md when context budget approaches the compaction threshold. Applies portfolio-wide; install per repo by reading this skill once and following the four phases exactly.

2026-05-18
service-layer-architecture
소프트웨어 개발자

Use when designing or refactoring an API surface where the route handler / Convex action / framework endpoint has accumulated runtime mechanics (provisioning, credential reads, validation, readiness checks, restart/teardown helpers, integration fan-out). Separates the orchestration layer (auth, ownership, status transitions, audit events, persistence, user-facing error policy) from service modules (reusable runtime mechanics that return structured results). Substrate-agnostic — applies to Convex actions, Next.js App Router API route handlers / Server Actions, FastAPI endpoints, NestJS controllers, Express handlers.

2026-05-18
저장소 9개 중 9개 표시
모든 저장소를 표시했습니다