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

tyroneross

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

skills مجمعة
152
مستودعات
20
محدث
2026-07-26
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

#01
build-loop
55 skills · 2026-07-26
مطوّرو البرمجياتالمهن الحاسوبية الأخرىمحللو ضمان جودة البرمجيات والمختبرونمحللو أمن المعلوماتمصممو واجهات الويب والرقمية
5 فئات مهنية · 100% مصنفة
36%الحصة
#02
RossLabs-AI-Toolkit
31 skills · 2026-05-30
مطوّرو البرمجياتمتخصصو إدارة المشاريعمحللو ضمان جودة البرمجيات والمختبرونمتخصصو العمليات التجارية، جميع الآخرونضباط الامتثالعلماء البيانات
10 فئات مهنية · 100% مصنفة
20%الحصة
#03
interface-built-right
26 skills · 2026-07-10
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمصممو واجهات الويب والرقميةمطوّرو الويبمديرو الشبكات وأنظمة الحاسوبمديرو الفن
6 فئات مهنية · 100% مصنفة
17%الحصة
#04
NavGator
6 skills · 2026-07-09
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرون
2 فئات مهنية · 100% مصنفة
3.9%الحصة
#05
pyramid-principle
5 skills · 2026-04-28
أمناء سر المدراء والمساعدون الإداريون التنفيذيونالكتّاب التقنيونالكتّاب والمؤلفونمحللو الإدارة
4 فئات مهنية · 100% مصنفة
3.3%الحصة
#06
spectra
5 skills · 2026-07-01
فنيو الصوت والفيديومتخصصو التدريب والتطويرمحررو الأفلام والفيديومحللو أبحاث السوق ومتخصصو التسويقمطوّرو البرمجيات
5 فئات مهنية · 100% مصنفة
3.3%الحصة
#07
claude-code-debugger
3 skills · 2026-06-04
مطوّرو البرمجيات
1 فئات مهنية · 100% مصنفة
2.0%الحصة
#08
agent-rally-point
3 skills · 2026-07-03
المهن الحاسوبية الأخرىمتخصصو إدارة المشاريع
2 فئات مهنية · 100% مصنفة
2.0%الحصة
نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

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

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

Compose a complete, durable build-loop handoff document from the current run state, and optionally launch a fresh session with it injected. Use when crossing a context boundary (context limit, planned restart, worktree GC). Triggers: 'hand off', 'handoff', 'new session', 'context limit', 'restart', 'fresh session', '/build-loop:compose-handoff'.

2026-07-26
ui-design
مصممو واجهات الويب والرقمية

Use when build-loop needs UI design direction, visual style selection, UI guidance inventory, a .build-loop/app-contract/ui.md design contract, or non-trivial web/mobile/native UI planning. Build-loop-owned design route for design-contract-specialist; selects from project tokens, recent structures, UI Guidance, IBR artifacts, Mockup Gallery, and research based on product/workflow/data/platform fit.

2026-07-25
color-engine
مصممو واجهات الويب والرقمية

Generate accessible color systems and solve contrast, instead of guessing hex values. Use when picking or fixing colors for any UI, chart, diagram, doc, or artifact — "what colors should this use", "is this readable", "this text fails contrast", "make a dark theme", "pick an accent". Also use before shipping any palette, to PROVE contrast rather than assert it. NOT for choosing layout, typography, or component structure.

2026-07-25
build-loop-data-plane-worktrees
مطوّرو البرمجيات

Use when a Build Loop run or Git worktree touches mutable non-Git state: SQLite or file-backed databases, PostgreSQL databases/schemas and migrations, generated search/vector indexes, Docker volumes or service projects, mutable file trees, caches that cannot be rebuilt safely, or external cloud/account namespaces. Inventories each surface, selects per-worktree, shared-readonly, shared-serialized, or external-namespaced isolation, registers it in the run data manifest, validates collisions before writes, and requires a terminal disposition at closeout.

2026-07-23
model-tiering
مطوّرو البرمجيات

Use when choosing a model tier or segment for a subagent, deciding a role descriptor (segment + tier) in frontmatter, or escalating mid-flow. Covers the two-axis taxonomy (work-role segment × 7-rung capability ladder) — Opus/Sonnet/Haiku are Anthropic-default mappings; selection is provider-portable and data-driven. NOT for benchmarking models head-to-head on a task — use `model-bakeoff`.

2026-07-23
build-loop
مطوّرو البرمجيات

Orchestrated build loop for multi-step code work. TRIGGER on verb language ('build', 'implement', 'create', 'add', 'ship', 'wire up', 'integrate', 'refactor', 'migrate', 'rewrite', 'replace') OR symptom language ('fix', 'broken', 'doesn't work', 'isn't loading', 'not displaying', 'missing', 'should show', 'needs to', 'make it', 'show this differently') OR any task touching 2+ files, adding/removing an endpoint, crossing an architectural boundary, or attached screenshots of a bug. SKIP one-line edits, pure Q&A, conversational clarifications, status checks, and trivial typos/renames.

2026-07-21
build-loop-native-ax-driver
مطوّرو البرمجيات

Use when the build needs to automate a macOS .app without touching the hardware cursor, or the user asks to "click through the app" or "test the UI headlessly". Drives running apps via Accessibility API; self-contained Swift binary — no IBR, Playwright, or Appium required.

2026-07-20
repo-maintenance
مطوّرو البرمجيات

Audit and evolve repository structure safely across the full maintenance lifecycle: repository topology and scope, application and build-system profiles, module and folder boundaries, canonical source-of-truth and monorepo decisions, sibling consolidation, generated/build artifact retention, worktree and branch hygiene, local-versus-remote state, verified closeout into local main, and preparing a repository for open-source or external distribution (personal-content and secret scrub, internal-artifact de-tracking, .git bloat and history-leak review, distribution signing/notarization). Use when asked how any kind of repo should be structured or maintained, what application/build profile it has, why it has duplicate source or many build directories, whether repositories or modules should split or merge, to clean generated artifacts or a polluted data store (a log, telemetry, cache, or dataset corrupted by test/non-production writes), to review open commits/worktrees/branches/stashes, to merge and close completed

2026-07-16
عرض أهم 8 من أصل 55 skills مجمعة في هذا المستودع.
marketplace-maintenance
مطوّرو البرمجيات

Operational lessons for maintaining a Claude Code plugin marketplace. Load whenever making changes to `.claude-plugin/marketplace.json`, bumping a plugin version that's listed in a marketplace, adding/removing plugins from a marketplace, or troubleshooting "add marketplace" failures. Prevents schema rejection, stale manifests, CDN-lag false negatives, and install-command drift.

2026-05-30
publish-packages
مطوّرو البرمجيات

How to publish a public npm package to GitHub Packages for any project under the @tyroneross scope — Claude Code plugins, build-loop subsystems, prompt-builder, etc. Load whenever the user asks to "publish to GitHub Packages", "publish the plugin", "ship as an npm package", "make this installable", "release this to npm", or whenever bumping a package version that needs to ship. Covers single-package repos (build-loop pattern) and monorepo per-plugin publishing (RossLabs-AI-Toolkit pattern). Includes the GitHub Actions workflow template, the release ritual, and the verification checklist that catches the 403 / version-drift / scope-missing failures already seen in this account.

2026-05-30
agent-eval-harness
مطوّرو البرمجيات

Use when building an evaluation harness for an LLM agent, RAG pipeline, or prompt — when the question is "is this actually working?" Encodes Anthropic and OpenAI's published 2025–2026 eval guidance — start with 20–50 real-failure tasks (not synthetic happy-paths), use three grader types in the right places (deterministic code / LLM judge / human review), measure pass@k vs pass^k for production reliability, grade outcomes not reasoning paths, calibrate the LLM judge against human review before trusting it, and detect eval saturation. Triggers on "build an eval", "build evals", "eval harness", "is this prompt working", "regression test for LLM", "how do I know my agent is better", "LLM judge", "pass@k", "compare two prompts on real data", "the prompt looks fine but production is broken". Vendor-neutral with starter templates.

2026-05-13
agent-tool-design
مطوّرو البرمجيات

Use when designing the surface of a tool that an LLM agent will call — function declarations, MCP server methods, OpenAI function-calling schemas, Anthropic tool_use definitions, or Agent SDK tools. Encodes Anthropic and OpenAI's published 2025–2026 guidance — namespaced names (service_resource_verb), semantically specific parameters (user_id over user), signal-dense return formats with a response_format knob, prompt-engineered error strings that guide the model toward the fix, and the anti-pattern of wrapping every API endpoint 1:1. Triggers on "design a tool for an agent", "write a function declaration", "MCP server tool", "function calling schema", "tool_use definition", "Agents SDK tool", "the agent keeps calling my tool wrong", "the agent loops on a tool error", "list-all is blowing up context", "tool descriptions". Cross-vendor; vendor wire-format notes in references/.

2026-05-13
long-running-agent-harness
مطوّرو البرمجيات

Use when building or operating a coding agent that has to work across multiple context windows or multiple sessions — when one shot won't fit. Encodes Anthropic's published 2025 harness pattern — initializer/coding split, claude-progress.txt + feature-list JSON + git commits as cross-context state, mandatory session-init protocol (read logs → review features → run e2e → start dev server), edit-status-only contract on the feature file. Triggers on "long-running agent", "multi-session agent", "context window keeps filling up", "agent forgets between sessions", "session handoff", "Codex to Claude Code handoff", "Claude Code to Codex handoff", "harness for an agent", "what does the agent read on session start". Bridges bookmark (session snapshots) and build-loop (single-session orchestration).

2026-05-13
prompt-cache-shaping
متخصصو العمليات التجارية، جميع الآخرون

Use when designing a prompt or agent that will run at scale and you want to maximize prompt-cache hit rate. Encodes the cross-vendor invariant — order content static-to-dynamic so the cacheable prefix is stable — plus Anthropic's explicit cache_control breakpoint mechanics (4-breakpoint budget, 20-block lookback, 5m vs 1h TTL) and OpenAI's automatic prefix hashing (≥1024 token threshold, 128-token increments, 5–10min idle TTL, up to 24h on gpt-5.5+). Triggers on "prompt caching", "cache hit rate", "reduce LLM cost", "ephemeral cache", "cache_control", "prompt is slow on every call", "we're paying for the same tokens twice", "TTL", "cache breakpoint". Vendor-neutral spine plus per-vendor branches in references/.

2026-05-13
reasoning-model-prompting
متخصصو العمليات التجارية، جميع الآخرون

Use when prompting a reasoning model — OpenAI o-series (o3, o4-mini, o5), GPT-5 with reasoning_effort, or Anthropic Claude with extended thinking enabled. This is a counter-skill — the default prompt-builder advice (CoT, role-priming, "think step by step") actively hurts reasoning models. Encodes OpenAI and Anthropic's published 2025–2026 guidance — zero-shot first, do NOT add chain-of-thought, do NOT role-prime, developer messages replace system, reasoning_effort is a tuning knob not a quality lever, "Formatting re-enabled" recovers structured output, preserve thinking blocks across tool turns on Anthropic. Triggers on "prompt an o-series model", "prompt o3 / o4-mini / o5", "GPT-5 reasoning_effort", "extended thinking on Claude", "reasoning model", "the o-series is being weird", "the model ignores my CoT prompt", "thinking blocks", "should I use chain-of-thought here".

2026-05-13
grounded-llm-prompt
مدقّقو النصوص ومحرّروها

Use when writing a system prompt for an LLM response that must cite sources, label every number with origin, and stay in a consistent voice. Composes three reusable rule blocks (citation contract, number-labeling, two-register voice) onto a base prompt and gives you the contract tests to keep them from drifting. Triggers on "build a system prompt", "make it cite sources", "add citations", "ground the output", "label numbers", "truthfulness rule", "system prompt for RAG", "system prompt for an audit view", "stop the model from making up numbers", "the model is citing things that aren't in the retrieval list". Designed for RAG, agentic Q&A, recommendation surfaces, and audit/explain views. Not for creative writing, code generation, or pure structured-extraction tasks.

2026-05-13
عرض أهم 8 من أصل 31 skills مجمعة في هذا المستودع.
mockup-gallery-bridge
مصممو واجهات الويب والرقمية

Use when /ibr:build detects .mockup-gallery/ or IBR needs to tie a build to gallery-selected mockups. Reads ratings/selections, enforces approved target roles, preserves scratch-first workflow, and writes implementation completion. Filesystem only.

2026-07-10
native
محللو ضمان جودة البرمجيات والمختبرون

Use when validating iOS, watchOS, or macOS UI with IBR.

2026-07-07
native-testing
محللو ضمان جودة البرمجيات والمختبرون

Use when working on iOS, watchOS, or macOS apps — .swift files, SwiftUI views, simulators. IBR's native scan workflow for touch targets, a11y labels, watchOS constraints, Fix Guide.

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

Use when scanning, auditing, comparing, or testing UI with IBR.

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

Use when planning or implementing UI with IBR.

2026-05-01
ui-ux-guidance
مصممو واجهات الويب والرقمية

Use when planning, designing, implementing, or auditing UI/UX with IBR in Codex. Provides the latest compact IBR guidance for Calm Precision, web archetypes, interaction states, mobile, content states, data visualization, Mockup Gallery targets, and imagegen approval gates.

2026-05-01
component-patterns
مصممو واجهات الويب والرقمية

Use when building cards, navs, forms, dashboards, modals, tables, or lists. Opinionated patterns with Calm Precision principles, spacing, accessibility, and anti-patterns.

2026-04-29
data-visualization
مطوّرو البرمجيات

Use when UI work includes charts, graphs, dashboards, KPIs, analytical search responses, metrics, tables, trend lines, rankings, distributions, or data storytelling. Provides chart-worthiness gates, chart routing, hierarchy, attribution, accessibility, and validation rules.

2026-04-29
عرض أهم 8 من أصل 26 skills مجمعة في هذا المستودع.
product-marketing
محللو أبحاث السوق ومتخصصو التسويق

Use when planning or producing product marketing content/video for any software product — "plan a marketing video", "app store preview", "product hunt launch", "explainer vs demo", "LinkedIn/YouTube video for <product>", "launch video", "what video should I make for <app>", "ongoing content plan", "changelog/release video", "readme demo GIF", "repurpose this into shorts", or when Spectra is about to capture/produce marketing assets and should tailor them to the product's audience, channel, and funnel stage. Turns product × audience × goal into a concrete plan (video type, length, channel, story-spine script, specs, polish style) and routes production to Spectra's capture/record/polish tools.

2026-07-01
video-design
محررو الأفلام والفيديو

Use when a video's craft needs tuning — "this video looks/feels off", "how should this video be paced", "what color/typography/font size for video", "music or voiceover pace", "cut rate", "why isn't my video engaging", "make it feel premium" or "make it feel authentic", "kinetic text", "safe zones", or when Spectra is polishing/rendering a clip and needs concrete design settings (color, type, sound, pacing). Turns the emotional/visual/sound/pacing science into font-size floors, cut-rate targets, color rules, and Spectra polish parameters.

2026-07-01
demo
فنيو الصوت والفيديو

Use when the user asks to produce a polished demo video from a screen recording, highlight key moments in a recording, add spotlight focus to video segments, create an agent demo video, or trim and caption a screen capture for sharing.

2026-06-27
host-walkthrough
متخصصو التدريب والتطوير

Use when the user asks to walk me through a UI, demo this flow, show me how a feature works, capture a walkthrough, or navigate a web/macOS app with Spectra.

2026-05-24
content-capture
مطوّرو البرمجيات

Use when the user asks to capture screenshots, record a demo or video, create marketing assets, or document a feature visually from a running application.

2026-04-28
عرض 12 من أصل 20 مستودعات