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

dotfiles

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

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

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

simplify
مطوّرو البرمجيات

Review recently changed code for reuse, simplification, efficiency, and consistency cleanups, then apply the fixes. Quality only — doesn't hunt for bugs. Triggers on 'simplify', 'clean this up', 'simplify this diff'.

2026-07-09
adversarial-review
محللو ضمان جودة البرمجيات والمختبرون

Rigorous code review of completed implementation before committing. Use for features, refactors, and critical-path changes — not trivial changes (this is expensive).

2026-07-09
finalize
مطوّرو البرمجيات

Post-implementation checklist — docs, code quality, conventions, visual verification, issue hygiene. Triggers on 'finalize', 'ready to merge', 'preflight check', 'wrap this up', 'final review'.

2026-07-09
ship
مطوّرو البرمجيات

Run the full pre-merge pipeline and create a PR. Triggers on 'ship', 'ship it', 'ready to ship', 'prep for PR', 'create PR', 'ready to merge'.

2026-07-09
tmux-worktree-session
مطوّرو البرمجيات

Spin up an isolated git worktree in its own tmux session — coding agent in one window, dev stack in another, git UI in a third — with the agent briefed and already working. Use for spinning up a worktree, starting a feature/branch/task in isolation, handing work to a fresh agent (Claude/Codex), or setting up an isolated tmux dev session.

2026-07-02
tmux-orchestration
مطوّرو البرمجيات

Read, send input to, or spawn other tmux panes, windows, and sessions - including agents (Claude Code, Codex), REPLs, and TUIs running in them. Use when the user references another pane, window, or agent.

2026-06-30
specification-website
مطوّرو البرمجيات

Query and apply The Website Specification — a platform-agnostic specification of what a good website does, with each item tagged required, recommended, optional, or avoid. Use when the user asks what their site should have, whether something is required, how to audit a URL, what's missing for agent readiness, or anything else where you'd otherwise be guessing at web best practice. Backs answers with primary sources (WHATWG, W3C, IETF RFCs, IANA, WCAG). Available as Markdown over HTTP and as an MCP server with search, list, fetch, checklist, and audit tools.

2026-06-26
ruby-cli
مطوّرو البرمجيات

Build Ruby CLI tools with Thor and Zeitwerk. Use for new Ruby CLI gems, adding commands, refactoring, or 'Thor CLI', 'command-line tool in Ruby'.

2026-05-21
md-to-pdf
فنيو النشر المكتبي

Convert markdown to PDF using Chrome. Triggers on 'markdown to pdf', 'render to pdf', 'pdf from markdown', 'print this markdown'.

2026-05-19
1password
مطوّرو البرمجياتالسكرتيرون والمساعدون الإداريون (باستثناء القانوني والطبي والتنفيذي)

Fetch secrets and create/manage 1Password items via CLI. Use when needing API keys, tokens, or credentials, or storing new secrets. Ask for the op://Vault/Item/field reference, not the secret itself.

2026-05-12
architect
مطوّرو البرمجيات

Assess and improve codebase architecture via layered analysis and guided restructuring. Triggers on architecture review, structural assessment, design patterns, modularity, coupling, framework alignment.

2026-05-12
bash-script-writing
مطوّرو البرمجياتمبرمجو الحاسوب

Write clean, modular bash scripts with proper error handling. Triggers on 'write a script', 'bash script', 'shell script', or 'automate with bash'.

2026-05-12
branding
المصممون الجرافيكيون

Create a complete brand identity — logo (via quiver.ai), colors, fonts, SVG refinement in Inkscape, and a full asset pack (PNGs, favicons, OG images), delivered as a brand guide HTML page. Triggers on branding, logo, brand pack, brand color, project identity, social preview, visual identity.

2026-05-12
bruno-endpoint-creation
مطوّرو البرمجيات

Create Bruno REST API endpoint configs with auth, environment setup, and docs. Triggers on 'create Bruno endpoint', 'Bruno API testing', 'Bruno collection'.

2026-05-12
claude-md
مطوّرو البرمجيات

Create, edit, audit, trim, or optimize any CLAUDE.md file. Triggers on 'init claude.md', 'update claude.md', 'audit my claude config', or any CLAUDE.md content task.

2026-05-12
council
مطوّرو البرمجيات

Run a decision through 5 AI advisors with peer review and chairman synthesis. For genuine decisions with stakes — not simple questions. Based on Karpathy's LLM Council.

2026-05-12
deslop
مطوّرو البرمجيات

Deep-clean AI-generated code across a whole codebase — dedupe, dead code, circular deps, weak types, defensive try/catch, legacy paths, AI-slop comments. JS/TS, Ruby/Rails, Go. Run after heavy AI sessions or before merging long-running branches. Whole codebase (vs `/simplify` for recent edits).

2026-05-12
devstack
مديرو الشبكات وأنظمة الحاسوب

Manage dev environment orchestration with process-compose. Use for devstack init, worktrees, starting/stopping services, DEVSTACK.md, bin/dev, or 'create process-compose'.

2026-05-12
feature-plan
المديرون العامون ومديرو العمليات

Create implementation plan documents (plan.md) with development phases, sequencing, and tasks. Triggers on 'create implementation plan', 'plan this feature', 'sequence the development'.

2026-05-12
feature-requirements
مديرو الإعلان والترويج

Create requirements.md docs via guided discovery — entities, workflows, constraints, acceptance criteria. Triggers on 'requirements', 'gather requirements', 'requirements doc', 'feature requirements'.

2026-05-12
feature-spec
مطوّرو البرمجيات

Create spec.md docs covering API design, data models, frontend architecture, and integration points. Triggers on 'write a spec', 'technical spec', 'feature spec', 'spec.md'.

2026-05-12
feature-vision
متخصصو إدارة المشاريعمديرو الإعلان والترويج

Create vision.md docs — problem statement, proposed solution, user experience, scope boundaries. Triggers on 'vision', 'feature vision', 'product vision', 'goals doc'.

2026-05-12
handoff
مطوّرو البرمجيات

Prepare a clean handoff for continuing complex work in a fresh Claude Code session. Use on 'handoff', 'hand off', 'fresh context', 'new session', 'pick this up later', or proactively when context is full and work remains.

2026-05-12
humanizer
المحررون

Remove signs of AI-generated writing from text. Use when editing or reviewing text to sound natural and human-written. Based on Wikipedia's 'Signs of AI writing' — catches em dash overuse, rule of three, AI vocabulary, vague attributions, inflated symbolism, negative parallelisms.

2026-05-12
monthly-invoice-summary
مطوّرو البرمجيات

Generate client-friendly monthly invoice summaries from Git commits and timesheet notes. Use when preparing monthly billing or project status reports.

2026-05-12
print
مديرو الشبكات وأنظمة الحاسوب

Print files on Mac or Linux via `lp` — defaults to double-sided B&W. Supports PDF, markdown (via md-to-pdf), copies, page ranges, color, printer selection.

2026-05-12
readme-writer
الكتّاب التقنيون

Write and revise READMEs and technical docs, scoring readability with Flesch-Kincaid. Triggers on 'write readme', 'improve readme', 'readme review', 'documentation writing'.

2026-05-12
screenshots
محللو أبحاث السوق ومتخصصو التسويقالكتّاب التقنيون

Generate marketing screenshots of an app with Playwright — for Product Hunt, social media, landing pages, or docs.

2026-05-12
time-tracking
مطوّرو البرمجياتموظفو الرواتب وضبط الوقت

Manage time tracking with Toggl or Clockify — timers, timesheets, logging hours, viewing entries, manual entries. Triggers on 'toggl', 'clockify', 'time tracking', 'timer', 'log time'.

2026-05-12
to-markdown
فنيو النشر المكتبي

Convert files to Markdown via markitdown — PDFs, Word, Excel, PowerPoint, images, HTML, and other formats. Triggers on 'convert to markdown', 'extract text from', 'import this document', 'turn this PDF into markdown'.

2026-05-12
youtube
مطوّرو البرمجيات

Download YouTube content — transcripts, captions, subtitles, MP3s, playlists. Triggers on YouTube URLs or 'download', 'transcribe', 'get content from' a video.

2026-05-12
favicon
مطوّرو الويب

Generate favicons from a source image

2026-05-12
electron
مطوّرو البرمجيات

Automate Electron desktop apps (VS Code, Slack, Discord, Figma, Notion, Spotify, etc.) using agent-browser via Chrome DevTools Protocol. Use when the user needs to interact with an Electron app, automate a desktop app, connect to a running app, control a native app, or test an Electron application. Triggers include "automate Slack app", "control VS Code", "interact with Discord app", "test this Electron app", "connect to desktop app", or any task requiring automation of a native Electron application.

2026-04-15
code-review
محللو ضمان جودة البرمجيات والمختبرون

Pre-PR code review with multi-agent parallel analysis. Use when user says 'code review', 'review this code', 'review my changes', 'check for bugs', or before creating a PR.

2026-04-15
favicon
مطوّرو الويب

Generates a complete set of favicons from a source image and updates project HTML with appropriate link tags. Use when creating favicons, app icons, or touch icons from a logo or source image. Triggers on "favicon", "app icon", "touch icon", "site icon".

2026-04-15
gog-cli
مطوّرو البرمجيات

Interact with Google Workspace services via command line using gog-cli. Use when user wants to work with Gmail (search, send, labels, filters), Calendar (events, scheduling, availability), Drive (upload, download, share), Sheets (read, write, format), Docs/Slides (create, export), Contacts, Tasks, Chat, or Classroom. Triggers on "Google", "Gmail", "Calendar", "Drive", "Sheets", "Docs", "Slides", "Contacts", "Tasks", "Google Chat", "Classroom", or any gog command.

2026-04-15
move-files
مطوّرو البرمجيات

Move files using a two-phase approach that preserves Git history. Phase 1 uses mv commands only, then waits for staging. Phase 2 makes content changes separately. Use when reorganizing files and need clean, trackable diffs. Triggers on "move files", "reorganize structure", "preserve git history".

2026-04-15
rails-upgrade-assistant
مطوّرو البرمجيات

Analyzes Rails applications and generates comprehensive upgrade reports with breaking changes, deprecations, and step-by-step migration guides for Rails 7.0 through 8.1.1. Use when upgrading Rails applications, planning multi-hop upgrades, or querying version-specific changes.

2026-04-15
slidev
مطوّرو الويب

Create and present web-based slidedecks for developers using Slidev with Markdown, Vue components, code highlighting, animations, and interactive features. Use when building technical presentations, conference talks, code walkthroughs, teaching materials, or developer decks.

2026-04-15
ui-review
مصممو واجهات الويب والرقمية

Review UI for visual consistency, layout structure, and design system compliance. Two modes — code review (check view files against patterns) and visual audit (screenshot all routes and analyze). Use when reviewing UI code, checking consistency, auditing views, or when user says "review the UI", "check consistency", "UI audit", "design review".

2026-04-15
عرض أهم 40 من أصل 49 skills مجمعة في هذا المستودع.
dotfiles Agent Skills على GitHub | SkillsMP