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

vigiles

يحتوي vigiles على 26 من skills المجمعة من zernie، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
26
Stars
13
محدث
2026-07-23
Forks
1
التغطية المهنية
7 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

add-a-linter
مطوّرو البرمجيات

Add a new linter to vigiles's cross-referencing engine as one cohesive, type-enforced unit — a LinterAdapter in the LINTERS registry, with the conformance test enforcing docs + site parity so no site is forgotten

2026-07-23
linter-docs
مطوّرو البرمجيات

Deep linter reference for authoring or debugging a vigiles enforce() rule — plugin tables, AST selectors, type-aware rules, auto-fix, and edge cases for ESLint, Ruff, Pylint, RuboCop, Stylelint, and Clippy. Use when you need the exact rule name or config for a specific linter, not for running a linter. (JVM/Go linters — detekt, ktlint, Checkstyle, golangci-lint — and Cedar have no deep-dive file yet; their reference lives in docs/linter-support.md.)

2026-07-23
dogfood-cli
مطوّرو البرمجيات

Hunt for real bugs in the vigiles CLI/codebase with a parallel expert fan-out, then FIX them directly — source-trace each defect to file:line, add a regression test, commit per theme. Use when asked to dogfood vigiles, find/fix bugs across the CLI the source-traced way, or fan out agents to audit the tool on itself.

2026-07-23
landing-site
مطوّرو الويب

The purpose, UX flow, and modern-minimalist design bar for the vigiles.sh landing site (site/). Use whenever designing, editing, adding to, or reviewing any site/ component, hero, section, or marketing copy — read it BEFORE touching site/, and hold every change against it. Not for docs/ or the app itself.

2026-07-22
screenshot
مطوّرو الويب

Render a local web page / built site and capture full-page screenshots (desktop + mobile) using the pre-installed Chromium. Use when asked to screenshot, render, or "see how it looks" for the vigiles landing site (site/), the audit report (report/), or any local HTML/dev server. Handles the scroll-reveal gotcha (below-the-fold cards captured blank) automatically.

2026-07-20
pr-to-lint-rule
محللو ضمان جودة البرمجيات والمختبرون

Synthesize a recurring code-review rule into a custom lint rule — gated by an independent soundness test that abstains rather than ship a checker it can't prove sound

2026-07-15
review-docs
مطوّرو البرمجيات

Review the README or a documentation page from several real reader points of view at once. Fans out one parallel reviewer per audience — Claude Code newcomer, power user, plugin/skill author, skeptical senior engineer, non-running decision-maker — each scoring it x/5 and naming concrete, line-level fixes. Use when asked to review, critique, grade, or "get to N/5" the README or any front-door doc, or to check how a doc reads for real users. Not for code review (use /code-review for that).

2026-07-15
verify-docs-findable
مطوّرو البرمجيات

Audit whether a repo's docs actually ANSWER the questions a reader has — by spawning fresh, cheap (Haiku) agents that cold-read ONLY the docs and measuring how fast they reach the answer, whether they hit dead-ends, whether they fall back to source code, and whether they cite docs that contradict each other. Use after a doc reorg, when docs "feel scattered," or when the same confusion keeps recurring. Surfaces findability gaps (a corpus can be COMPLETE — every doc indexed — yet not FINDABLE) plus a prioritized fix list. Works on any repo's docs, not just this one.

2026-07-15
audience-check
مطوّرو البرمجيات

Read the README (or any front-door doc) through the eyes of several distinct audience personas and report what each would think, miss, or bounce on

2026-07-15
audit-feedback-loop
مطوّرو البرمجيات

Scan the current repo and score its feedback loop maturity for AI-assisted development

2026-07-15
code-quality
مطوّرو البرمجيات

Improve the quality and type-safety of TypeScript/JavaScript being written or refactored — parse-don't-validate, make-illegal-states-irrepresentable, exhaustive matching, pure-function/IO separation, and public-API hygiene. Use when asked to refactor, clean up, improve, harden, or review the design/quality of code or an API. NOT for hunting bugs (that's /code-review) and NOT for vigiles's own spec/lint rules.

2026-07-15
enforce-rules-format
مطوّرو البرمجيات

Validate that all rules have proper enforcement classification (enforce/check/guidance)

2026-07-15
generate-logo
المصممون الجرافيكيون

Generate or iterate on the vigiles logo using ImageRouter API

2026-07-15
strengthen
مطوّرو البرمجيات

Upgrade a vigiles spec's guidance() rules to enforce() — scan the guidance rules in a CLAUDE.md/AGENTS.md spec and find existing linter rules (ESLint, Ruff, Clippy, Pylint, RuboCop, Stylelint) that back them. Use when asked to strengthen, harden, or make vigiles rules enforceable; NOT for general linting or fixing lint errors.

2026-07-15
caveman
المهن الحاسوبية الأخرى

Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.

2026-07-07
debug-my-harness
مطوّرو البرمجيات

Diagnose why an agent harness misbehaved by reading the local flight-recorder ledger (.vigiles/runs.jsonl) — which skills fired or got hijacked, which hooks blocked or wrongly allowed, which subagent tool-contract violations happened, and how a skill's trigger rate moved. Use when asked why a skill stopped firing, why a hook didn't block, why the wrong skill ran, or to debug/investigate what the harness actually did. NOT for writing new rules (use strengthen) or editing the spec (use edit-spec).

2026-07-02
adopt-spec
المهن الحاسوبية الأخرى

Adopt a typed .spec.ts for an existing hand-written CLAUDE.md — start from the file you already have, non-destructively

2026-07-01
edit-spec
المهن الحاسوبية الأخرى

Edit a vigiles .spec.ts to change a compiled instruction file (CLAUDE.md / AGENTS.md) — add, modify, or remove a rule, section, command, or key file. Use whenever you need to change a CLAUDE.md/AGENTS.md that carries a vigiles hash (edit the spec, never the artifact), including adding a new enforce()/check()/guidance() rule.

2026-07-01
test-harness
محللو ضمان جودة البرمجيات والمختبرون

Install vigiles and test a Claude Code harness — hooks, skills, settings, CLAUDE.md — by picking the right tier (unit / deterministic / eval) and writing a test that passes. Use when the user wants to check that a hook fires or blocks, that a skill triggers, that injected context lands, or that a harness change moves what the agent does.

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

Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly

2026-06-30
deep-research
محللو أبحاث السوق ومتخصصو التسويق

Use when the user asks to research a topic in depth, map a competitive/market landscape, run a multi-source investigation, or "fan out" parallel research agents — anything where many findings must be gathered and then NOT lost. Enforces durable, detail-preserving research (write full findings to disk; keep a full appendix beside the synthesis).

2026-06-25
greet
موظفو الاستقبال والمعلومات

Greet a person warmly. Use when the user asks to greet or say hello.

2026-06-09
add-cart-discount
مطوّرو البرمجيات

Add per-item discount support to the cart total

2026-06-08
implement-parse-list
مطوّرو البرمجيات

Implement the parseList string utility

2026-06-08
switch-name-format
مطوّرو البرمجيات

Switch name rendering to "last, first"

2026-06-08
implement-is-odd
مطوّرو البرمجيات

Implement isOdd following test-driven development

2026-06-08