Skip to main content
Nairon-AI
ملف منشئ GitHub

Nairon-AI

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

skills مجمعة
147
مستودعات
3
محدث
2026-07-20
مستكشف المستودعات

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

verify-goal
مطوّرو البرمجيات

Create a researched, durable, approval-gated goal contract whose verification tools, repository-vault authentication, exact proof steps, rollout safety, and evidence lifecycle are ready before execution. Use when the user asks to set, create, refine, save, or verify a goal; asks whether an agent has everything needed to prove completion; wants a proof-driven alternative to a raw `/goal`; or explicitly invokes `$verify-goal`.

2026-07-20
grill-me
متخصصو إدارة المشاريع

Relentlessly interview the user in dependency-aware batches to sharpen a plan, decision, design, idea, codebase change, or bug fix. Use when the user wants to get grilled, investigate a bug from a ticket or screenshots, pass unfinished grilling to a teammate, or pick it up from a PR. Begin each session by choosing native dialogs or one full text batch, then Sideshow or experimental Grill Visuals for live diagrams. In repositories, inspect current behavior, run a mandatory gap and blast-radius pass, and maintain durable decision docs as answers settle.

2026-07-20
thermo-nuclear-code-quality-review
محللو ضمان جودة البرمجيات والمختبرون

Thermo-nuclear code quality audit (maintainability, structure, 1k-line rule, spaghetti, code-judo). Invoked via Task after a parent gathers diff and file contents. Loads the rubric from the `thermo-nuclear-code-quality-review` skill in the cursor-team-kit plugin.

2026-07-20
no-mistakes
مطوّرو البرمجيات

Validate your code changes through the no-mistakes pipeline - automated code review, tests, lint, docs, push, PR, and CI - before they reach upstream. Use when the user asks to run no-mistakes, gate or ship or validate their changes, push safely, asks you to do a task and then validate it, or invokes /no-mistakes.

2026-07-18
ask-matt
المهن الحاسوبية الأخرى

Ask which skill or flow fits your situation. A router over the user-invoked skills in this repo.

2026-07-18
improve-codebase-architecture
مطوّرو البرمجيات

Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.

2026-07-18
setup-matt-pocock-skills
المهن الحاسوبية الأخرى

Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills.

2026-07-18
triage
مطوّرو البرمجيات

Move issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs.

2026-07-18
عرض أهم 8 من أصل 94 skills مجمعة في هذا المستودع.
flux-plan
مطوّرو البرمجيات

Create structured build plans from feature, bugfix, upgrade, or refactor requests, or from Flow IDs. Use when planning implementation after the workflow envelope is explicit. Triggers on /flux:plan with text descriptions or Flow IDs (fn-1-add-oauth, fn-1-add-oauth.2, or legacy fn-1, fn-1.2, fn-1-xxx, fn-1-xxx.2).

2026-03-31
flux-propose
متخصصو إدارة المشاريع

Stakeholder-facing feature proposal flow. Guides non-technical team members through a conversational planning session — probes for business context, pushes back like an engineer, estimates complexity and cost, then documents the proposal and creates a PR for engineering handoff. Triggers: /flux:propose, or detected implicitly when a non-technical user describes a feature, bugfix request, or upgrade without implementation detail during /flux:scope or /flux:plan.

2026-03-31
flux-scope
مطوّرو البرمجيات

Use when scoping a new feature, bugfix, upgrade to an existing feature, or refactor into a concrete Flow objective. Guides Start, Discover, Define, Stress Test, Future Pressure, Develop, Deliver, and Handoff; requires an explicit shallow-vs-deep choice before scoping continues. Triggers on literal `/flux:scope`, including prompts like `/flux:scope Add OAuth login` or `/flux:scope fn-1 --deep`.

2026-03-31
flux-setup
مطوّرو البرمجيات

Optional local install of fluxctl CLI and AGENTS.md/legacy CLAUDE.md instructions. Use when user runs /flux:setup. Triggers on literal `/flux:setup`.

2026-03-31
flux
مطوّرو البرمجيات

Manage .flux/ tasks, epics, and config. Triggers: 'show me my tasks', 'list epics', 'what tasks are there', 'add a task', 'create task', 'what's ready', 'task status', 'show fn-1-add-oauth', 'show my Flux config', 'what did setup configure', 'edit Flux settings'. NOT for /flux:plan or /flux:work.

2026-03-31
flux-work
مطوّرو البرمجيات

Execute a Flow epic or task systematically with git setup, task tracking, quality checks, and commit workflow. Use when implementing a plan or working through a spec. Triggers on literal `/flux:work` prompts with Flow IDs (fn-1-add-oauth, fn-1-add-oauth.2, or legacy fn-1, fn-1.2, fn-1-xxx, fn-1-xxx.2).

2026-03-31
flux-contribute
مطوّرو البرمجيات

Use when contributing fixes to Flux itself or deciding whether a reported Flux issue actually needs a PR. Reproduce first, exhaust setup/workaround causes, and only create a PR for verified product bugs. Triggers on literal `/flux:contribute` and requests like "report a Flux bug" or "contribute a fix to Flux".

2026-03-29
flux-desloppify
مطوّرو البرمجيات

Use when improving codebase quality systematically across dead code, duplication, complexity, naming, and architecture issues. Runs the desloppify scoring flow and favors real maintainability gains over cosmetic score-chasing. Triggers on literal `/flux:desloppify`.

2026-03-29
عرض أهم 8 من أصل 44 skills مجمعة في هذا المستودع.
nairon-local-agent-browser-qa
محللو ضمان جودة البرمجيات والمختبرون

Use when testing the Nairon website locally with the agent-browser CLI, especially careers applications and admin review flows.

2026-06-13
grill-me
محللو الإدارة

General-purpose grilling for plans, writing, strategy, life decisions, or early ideas when there is no useful repo/domain documentation to update. Do not prefer for coding work in an existing codebase; use grill-with-docs instead. Use when user wants to stress-test a non-code plan, get grilled on an idea, or mentions "grill me" without a repo-specific task.

2026-05-25
grill-with-docs
مطوّرو البرمجيات

Default grilling skill for coding work in an existing repo/codebase. Challenges the plan against code, sharpens shared domain language, and updates CONTEXT.md/ADRs inline. Prefer over grill-me whenever durable repo context, domain terms, implementation behavior, or architectural decisions matter.

2026-05-25
premortem
متخصصو إدارة المشاريع

Run a premortem on any plan, launch, product, hire, strategy, novel feature idea, or decision. First grills vague novel ideas until they are concrete enough to fail-test, then assumes the plan failed 6 months from now and works backward to find every reason why. Produces a revised plan with blind spots exposed. MANDATORY TRIGGERS: 'premortem this', 'premortem my', 'run a premortem', 'what could kill this', 'future-proof this', 'stress test this plan', 'what am i missing here', 'find the blind spots'. STRONG TRIGGERS: 'what could go wrong', 'am i missing anything', 'poke holes in this', 'where will this break', 'devil's advocate this'. Do NOT trigger on simple feedback requests, factual questions, or LLM Council requests. DO trigger when someone has a plan or commitment where the cost of being wrong is high.

2026-05-25
codebase-tour
مطوّرو البرمجيات

Map a codebase feature-by-feature into a human-readable system tour grounded in real code. Use when the user wants to understand the whole system, onboard quickly into an unfamiliar repo, enumerate major product areas, or create/update high-level architecture, journey, provider, and glossary docs.

2026-05-02
community-marketing
محللو أبحاث السوق ومتخصصو التسويق

Build and leverage online communities to drive product growth and brand loyalty. Use when the user wants to create a community strategy, grow a Discord or Slack community, manage a forum or subreddit, build brand advocates, increase word-of-mouth, drive community-led growth, engage users post-signup, or turn customers into evangelists. Trigger phrases: 'build a community,' 'community strategy,' 'Discord community,' 'Slack community,' 'community-led growth,' 'brand advocates,' 'user community,' 'forum strategy,' 'community engagement,' 'grow our community,' 'ambassador program,' 'community flywheel.'

2026-05-02
review
محللو ضمان جودة البرمجيات والمختبرون

Principle-grounded review of code changes, PRs, or plans. Use when asked to review, critique, or assess quality of work - "review", "review this", "code review", "check this".

2026-05-02
hormozi-marketing
محللو أبحاث السوق ومتخصصو التسويق

Use when the task is about offer creation, pricing, guarantees, positioning, value proposition, lead magnets, funnels, conversion, copywriting, landing-page messaging, sales messaging, lead generation, acquisition strategy, or growth. This skill gathers business context from the repo first, then uses agent-browser to query a NotebookLM trained on Alex Hormozi materials so the advice is specific to the product and market.

2026-04-05
عرض أهم 8 من أصل 9 skills مجمعة في هذا المستودع.
عرض 3 من أصل 3 مستودعات
تم تحميل كل المستودعات