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

claudex

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

skills مجمعة
164
Stars
5
محدث
2026-06-15
Forks
0
التغطية المهنية
9 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

verifier
محللو ضمان جودة البرمجيات والمختبرون

Double-model verification gate before declaring a build/research/refactor "done". Runs a fresh Anthropic (Claude) review AND an independent OpenAI/Azure critic against the stated goal + criteria, then reconciles. Use before announcing completion of medium/major builds, refactors, major fixes, research deliverables, frontend work, or trade-decision rigor — and on demand via /verify. Skip for small Q&A and trivial edits.

2026-06-15
adr-manager
مطوّرو البرمجيات

Record and retrieve Architecture Decision Records — log a decision's context, options, rationale, and tradeoffs, then list/search them. Use when making a non-trivial design or architecture decision, choosing between tools/approaches, or asked 'why did we do it this way?'

2026-06-14
draft-queue
مطوّرو البرمجيات

Queue an external action (Telegram message, shell command, GitHub comment, PR merge, file write) for the user's explicit approval before it runs. Use when you want to take an outward-facing or irreversible action that needs sign-off first.

2026-06-14
hypothesis-tester
مطوّرو البرمجيات

Run a structured multi-position debate over an analytical question, spawning sub-agents to argue each option and counter confirmation bias. Use when comparing options or tradeoffs — 'which is better', 'should we', 'what's the risk', 'evaluate', 'compare options'.

2026-06-14
knowledge-base
مطوّرو البرمجيات

Ingest documents (URLs, local files, PDFs) into a searchable local knowledge base and query stored knowledge. Use when ingesting or storing documents, searching previously stored knowledge, or building research context.

2026-06-14
macro-briefing
مطوّرو البرمجيات

Collect macro market and economic-calendar data (yfinance + FairEconomy API) into a SQLite DB and generate a formatted macro briefing for Telegram. Use when producing a macro/markets briefing or collecting macro market data.

2026-06-14
market-monitor
مطوّرو البرمجيات

Watch any URL for meaningful changes — price moves, new releases (semver), hiring signals, content diffs, keyword appear/disappear — and alert. Use when tracking competitors, releases, or job postings, or detecting content changes on a web page.

2026-06-14
model-router
مطوّرو البرمجيات

Classify a task and pick the right Claude model tier (haiku/sonnet/opus) before significant work. Use every time before spawning a sub-agent or starting substantial work, to right-size the model to the task.

2026-06-14
nginx-caddy
مطوّرو البرمجيات

Configure Nginx or Caddy as a reverse proxy with SSL/TLS. Use when setting up reverse proxies, Let's Encrypt certificates, routing domains to backend services, load balancing, or serving static files.

2026-06-14
pipeline-runner
مطوّرو البرمجيات

Execute multi-step pipelines defined in JSON — sequential and parallel stages, dependency chains, conditionals, retries with backoff, per-step timeouts, variable passing, and run history. Use when running or orchestrating a multi-step JSON-defined pipeline.

2026-06-14
pr-monitor
مطوّرو البرمجيات

Monitor GitHub repo health — CI failures on main, PRs awaiting review over 24h, PRs with failing checks, stale PRs — and alert. Use when checking repo/PR/CI health, investigating why an alert fired, or adding a repo to watch.

2026-06-14
project-brief
متخصصو إدارة المشاريع

Create and maintain one-page project briefs (goal, success criteria, constraints, stack, status, next actions). Use when starting a new project, updating a project's status, or asked 'what's the status of X?'

2026-06-14
project-planner
متخصصو إدارة المشاريع

Decompose a project into tasks with dependencies, critical path, and tracking before execution. Use at the start of every significant project before spawning sub-agents or writing code; also for project status, task failures, or changes affecting other tasks.

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

Collect research findings (source, URL, content, confidence, tags) across sources and compile them into a structured report. Use when doing multi-source research and you want findings saved as a structured, citable report.

2026-06-14
rss-digest
مطوّرو البرمجيات

Subscribe to RSS/Atom feeds with keyword filters and run digests delivered to Telegram. Use when subscribing to feeds, checking which feeds run, running a digest manually, or adjusting feed keywords.

2026-06-14
sector-rotation
مطوّرو البرمجيات

Track equity sector rotation — collect sector ETF data and compute relative-strength heatmaps, sector leaders, and market cycle phase. Use when analyzing sector rotation, relative strength across sectors, or where we are in the market cycle.

2026-06-14
source-scorer
مطوّرو البرمجيات

Score the credibility of a web source by domain tier, content signals, and claim support; handles single or batch URLs. Use when judging whether a source is trustworthy, comparing sources, or validating research findings.

2026-06-14
systemd-manager
مديرو الشبكات وأنظمة الحاسوب

Create and manage systemd services, timers, and socket units. Use when creating background services or daemons, setting up scheduled timers, debugging failed units, viewing unit logs, or managing service dependencies.

2026-06-14
task-queue
مطوّرو البرمجيات

Persistent JSON-backed job queue for scheduling shell commands without raw cron — supports one-shot (run at a time) and recurring (cron schedule) tasks. Use when asked to schedule or run a job at/every some interval, list or cancel queued tasks, or check task status.

2026-06-14
vuln-scanner
محللو أمن المعلومات

Scan project dependencies for known security vulnerabilities (npm-audit style) across your projects and alert. Use when checking projects for vulnerabilities, after adding a new npm project, or reviewing the last scan results.

2026-06-14
whoami
مطوّرو البرمجيات

Show the auto-curated user profile (memory/USER.md) — who the user is, preferences, working patterns, recent corrections, and open threads — with last-updated, section counts, and a token-cap/prune check. Use when asked "what do you know about me", "show my profile", "whoami", or to review/prune the profile.

2026-06-12
budget
مطوّرو البرمجيات

Estimate and rank what is consuming the context window — CLAUDE.md, MEMORY.md, USER.md, the 162 auto-loaded skill descriptions (ranked heaviest-first), and tool/MCP schemas. Use when asked about context bloat, token weight, "what's eating my context", which skills are heaviest, or with --cost for real spend.

2026-06-05
self-skill
مطوّرو البرمجيات

Meta-skill for detecting when a solved problem is worth packaging as a reusable skill, then scaffolding it. Runs automatically after completing any non-trivial task. Also use when explicitly asked to create, draft, or propose a new skill from something just built.

2026-06-05
memory-search
مطوّرو البرمجيات

Semantic memory search across all agent memories and conversation history. Use BEFORE answering questions about prior work, decisions, dates, people, preferences, projects, or past conversations. Also use when asked "do you remember", "what did we discuss", "when did we", etc.

2026-06-03
weather
مطوّرو البرمجيات

Get current weather and forecasts. Use when the user asks about weather, temperature, or forecasts for any location.

2026-06-03
1password
مطوّرو البرمجيات

Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.

2026-06-03
a11y-audit
محللو ضمان جودة البرمجيات والمختبرون

Accessibility auditing: WCAG compliance checking, contrast ratios, ARIA labels, keyboard navigation, semantic HTML, screen reader compatibility.

2026-06-03
api-critic
محللو ضمان جودة البرمجيات والمختبرون

Autonomous API testing and evaluation. Tests any REST API for correctness, security, performance, error handling, and standards compliance. Discovers endpoints, probes with valid/invalid/edge-case payloads, checks auth, response times, injection vulnerabilities, and generates severity-scored reports with actionable fixes. Use before any API "done" claim.

2026-06-03
api-tester
محللو ضمان جودة البرمجيات والمختبرون

Systematic REST and GraphQL API endpoint testing: happy path, error cases, auth flows, rate limits, schema validation. Use when: testing backend APIs, validating endpoint responses, checking error ...

2026-06-03
apple-notes
مطوّرو البرمجيات

Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.

2026-06-03
apple-reminders
مطوّرو البرمجيات

Manage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.

2026-06-03
arch-diagram
مطوّرو البرمجيات

Generate architecture diagrams from codebase analysis: Mermaid, PlantUML, or ASCII.

2026-06-03
architecture-critic
مطوّرو البرمجيات

Static code analysis like a senior developer — cyclomatic/cognitive complexity, dead code detection, dependency graph analysis (circular deps, god modules), pattern consistency, error handling audit, code duplication detection. Use during refactors or before shipping.

2026-06-03
backup-restore
مديرو الشبكات وأنظمة الحاسوب

Automated backup strategies: database dumps, file snapshots, incremental backups, verification, disaster recovery. Use when: setting up backup schedules, creating database backups, restoring from b...

2026-06-03
bear-notes
مطوّرو البرمجيات

Create, search, and manage Bear notes via grizzly CLI.

2026-06-03
blogwatcher
مطوّرو البرمجيات

Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.

2026-06-03
blucli
مطوّرو البرمجيات

BluOS CLI (blu) for discovery, playback, grouping, and volume.

2026-06-03
bluebubbles
مطوّرو البرمجيات

Use when you need to send or manage iMessages via BlueBubbles (recommended iMessage integration). Calls go through the generic message tool with channel="bluebubbles".

2026-06-03
calendar-manager
مطوّرو البرمجيات

Read and manage Google Calendar events: list upcoming, create events, check availability, send reminders.

2026-06-03
camsnap
مطوّرو البرمجيات

Capture frames or clips from RTSP/ONVIF cameras.

2026-06-03
عرض أهم 40 من أصل 164 skills مجمعة في هذا المستودع.