Skip to main content
shermanhuman
ملف منشئ GitHub

shermanhuman

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

skills مجمعة
٣٥
مستودعات
٥
محدث
١٩ أبريل ٢٠٢٦
مستكشف المستودعات

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

compound-v-debug
مطوّرو البرمجيات

Systematic debugging — reproduce, isolate, form hypotheses, instrument, fix, and add regression tests. Use when troubleshooting errors, failing tests, or unexpected behavior.

١٩ أبريل ٢٠٢٦
compound-v-parallel
متخصصو إدارة المشاريع

Analyzes task dependencies and groups independent steps into parallel batches. Use when executing multi-step plans or performing research across multiple sources.

١٩ أبريل ٢٠٢٦
compound-v-plan
مطوّرو البرمجيات

Autonomous planning with internal reasoning. Researches, evaluates ideas, presents a plan. Minimizes user round-trips. Use before making non-trivial changes.

١٩ أبريل ٢٠٢٦
compound-v-review
مطوّرو البرمجيات

Reviews changes for correctness, edge cases, style, security, and maintainability with severity levels. 10 parallel checks with version-specific research. Use before finalizing changes.

١٩ أبريل ٢٠٢٦
compound-v-tdd
محللو ضمان جودة البرمجيات والمختبرون

Applies tests-first discipline (red/green/refactor) and adds regression tests for bugs. Use when implementing features, fixing bugs, or refactoring.

١٩ أبريل ٢٠٢٦
compound-v-verify
متخصصو إدارة المشاريع

Mandatory checklist before claiming a task is done. Ensures verification, clean code, and accurate reporting. Use before saying "done" or "complete".

١٩ أبريل ٢٠٢٦
compound-v-review
مطوّرو البرمجيات

Reviews changes for correctness, edge cases, style, security, and maintainability with severity levels. 10 parallel checks with version-specific research. Use before finalizing changes.

١٠ فبراير ٢٠٢٦
compound-v-debug
مطوّرو البرمجيات

Systematic debugging — reproduce, isolate, form hypotheses, instrument, fix, and add regression tests. Use when troubleshooting errors, failing tests, or unexpected behavior.

٩ فبراير ٢٠٢٦
عرض 8 من أصل ١١ skills مجمعة.
release
مطوّرو البرمجيات

Semver release workflow — bump version, tag, push, verify CI. Use when releasing, bumping version, updating version, or when the user says 'release', 'bump', 'major', 'minor', 'patch', 'update version', 'new version', 'cut a release', 'tag', or 'goreleaser'.

١٨ أبريل ٢٠٢٦
mise
مطوّرو البرمجيات

Mise dev tool manager — installing tools, running mise-managed commands, and configuring .mise.toml. Use when installing tools, running CLI commands that aren't found, or setting up project environments.

١٨ أبريل ٢٠٢٦
promptherder
مطوّرو البرمجيات

Reference for the promptherder CLI — syncs AI agent rules, skills, and workflows from herd repos to agent targets. Use when installing, updating, or troubleshooting prompt distribution.

١٨ أبريل ٢٠٢٦
dockerfile
مطوّرو البرمجيات

Docker best practices for multi-stage Alpine builds — security patches, image pinning, and layer optimization. Use when creating, reviewing, or updating Dockerfiles.

١٦ أبريل ٢٠٢٦
tekmetric-api
مطوّرو البرمجيات

Tekmetric REST API — authentication, paginated endpoints, sync patterns, and undocumented behaviors. Use when integrating with Tekmetric shop management data (customers, vehicles, repair orders, employees, appointments).

١٥ فبراير ٢٠٢٦
daisyui
مطوّرو الويب

DaisyUI v5 component library for Tailwind CSS — semantic UI classes, themes, layout patterns, drawer/sidebar gotchas, and component quick reference. Use when building, styling, or debugging UI with DaisyUI, Tailwind components, or DaisyUI themes.

١٤ فبراير ٢٠٢٦
groq-api
مطوّرو البرمجيات

Groq API syntax — Whisper transcription, audio processing, and prompt-based jargon guidance. Use when calling Groq endpoints or transcribing audio.

١٤ فبراير ٢٠٢٦
phoenix
مطوّرو البرمجيات

Core Phoenix framework patterns — context boundaries, LiveView, Ecto, and application architecture. Use when building, reviewing, or refactoring Phoenix applications.

١٤ فبراير ٢٠٢٦
عرض 8 من أصل ١١ skills مجمعة.
compound-v-plan
مطوّرو البرمجيات

Autonomous planning with internal reasoning. Researches, evaluates ideas, presents a plan. Minimizes user round-trips. Use before making non-trivial changes.

١٩ أبريل ٢٠٢٦
compound-v-review
محللو ضمان جودة البرمجيات والمختبرون

Reviews changes for correctness, edge cases, style, security, and maintainability with severity levels. 10 parallel checks with version-specific research. Use before finalizing changes.

١٩ أبريل ٢٠٢٦
compound-v-persist
مطوّرو البرمجيات

Resolves target repository and storage location for conversation artifacts. Guarantees organized, time-sorted history.

١٨ أبريل ٢٠٢٦
compound-v-debug
مطوّرو البرمجيات

Systematic debugging — reproduce, isolate, form hypotheses, instrument, fix, and add regression tests. Use when troubleshooting errors, failing tests, or unexpected behavior.

١٠ فبراير ٢٠٢٦
compound-v-parallel
مطوّرو البرمجيات

Analyzes task dependencies and groups independent steps into parallel batches. Use when executing multi-step plans or performing research across multiple sources.

١٠ فبراير ٢٠٢٦
compound-v-tdd
محللو ضمان جودة البرمجيات والمختبرون

Applies tests-first discipline (red/green/refactor) and adds regression tests for bugs. Use when implementing features, fixing bugs, or refactoring.

١٠ فبراير ٢٠٢٦
compound-v-verify
محللو ضمان جودة البرمجيات والمختبرون

Mandatory checklist before claiming a task is done. Ensures verification, clean code, and accurate reporting. Use before saying "done" or "complete".

٩ فبراير ٢٠٢٦
grugg-commit
مطوّرو البرمجيات

Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject ≤50 chars, body only when "why" isn't obvious. Use when user says "write a commit", "commit message",…

١٥ أبريل ٢٠٢٦
grugg-compress
مطوّرو البرمجيات

Compress natural language memory files (CLAUDE.md, todos, preferences) into grugg format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as…

١٥ أبريل ٢٠٢٦
grugg-help
مطوّرو البرمجيات

Quick-reference card for all grugg modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /grugg-help, "grugg help", "what grugg commands", "how do I use grugg".

١٥ أبريل ٢٠٢٦
grugg-review
محللو ضمان جودة البرمجيات والمختبرون

Ultra-compressed code review comments. Cuts noise from PR feedback while preserving the actionable signal. Each comment is one line: location, problem, fix. Use when user says "review this PR", "code review", "review the diff", "/review", or invokes…

١٥ أبريل ٢٠٢٦
grugg
الكتّاب التقنيون

Ultra-compressed communication mode. Cuts token usage ~75% by speaking terse while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "grugg mode", "talk like…

١٥ أبريل ٢٠٢٦
عرض ٥ من أصل ٥ مستودعات
تم تحميل كل المستودعات