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

tylergibbs1

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

skills مجمعة
39
مستودعات
21
محدث
2026-07-14
خريطة المستودعات

أين توجد skills

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

#01
tyler-skills
10 skills · 2026-07-14
مطوّرو البرمجياتمصممو واجهات الويب والرقميةالكتّاب التقنيونالمهن الحاسوبية الأخرىمحللو أبحاث السوق ومتخصصو التسويقمحللو ضمان جودة البرمجيات والمختبرون
6 فئات مهنية · 100% مصنفة
26%الحصة
#02
codewarden
4 skills · 2026-01-14
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمطوّرو الويب
3 فئات مهنية · 100% مصنفة
10%الحصة
#03
agentsbestpractices
4 skills · 2026-06-16
مطوّرو البرمجياتمتخصصو العمليات التجارية، جميع الآخرون
2 فئات مهنية · 100% مصنفة
10%الحصة
#04
breadcrumb
2 skills · 2026-01-30
مطوّرو البرمجيات
1 فئات مهنية · 100% مصنفة
5.1%الحصة
#05
dispatch
2 skills · 2026-06-30
المهن الحاسوبية الأخرىمحللو ضمان جودة البرمجيات والمختبرون
2 فئات مهنية · 100% مصنفة
5.1%الحصة
#06
codeskills
2 skills · 2026-03-27
محللو ضمان جودة البرمجيات والمختبرون
1 فئات مهنية · 100% مصنفة
5.1%الحصة
#07
substrate
1 skills · 2026-06-11
مصممو واجهات الويب والرقمية
1 فئات مهنية · 100% مصنفة
2.6%الحصة
#08
autoresearchskill
1 skills · 2026-03-27
مطوّرو البرمجيات
1 فئات مهنية · 100% مصنفة
2.6%الحصة
نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

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

human-sounding-copy
الكتّاب التقنيون

Strip the tells that make copy read as AI-generated or look cheap. Use when writing or editing any prose, UI copy, headings, commit or PR text, or video text, and before shipping copy review it against this list.

2026-07-14
proving-value-before-building-out
مطوّرو البرمجيات

Sequence new product or feature work as a headless "prove" phase that validates the core value on real inputs before any UI, microservices, or scaling. Use at the start of a new product or feature, or once a core engine exists and the user is about to add UI or infrastructure.

2026-07-14
creating-aws-architecture-diagrams
مطوّرو البرمجيات

Creates precise, modern AWS architecture diagrams as PNGs or Mermaid, grounded in source code, infrastructure code, and current AWS guidance. Use when a user asks for an AWS architecture diagram, cloud topology, runtime or deployment view, failure or recovery flow, AWS service visualization, implementation handoff graphic, or a clean Figma/Linear-style 16:9 diagram with AWS icons.

2026-07-14
mirroring-layout-in-loading-states
مصممو واجهات الويب والرقمية

Make every loading state structurally match its own route's real content so there is zero perceived layout shift. Use when building or reviewing any loading.tsx, skeleton, Suspense fallback, or first-sync/import progress UI. Covers per-route fidelity, accessibility, and never showing "done" or stale data while work is still running.

2026-07-09
researching-latent-demand
محللو أبحاث السوق ومتخصصو التسويق

Decide what to build from real pain and market research, not guesses. Use when the user asks for feature ideas, "what to build next", "wow factor", latent demand, a roadmap, or a competitive gap analysis. Covers researching real pain, the painkiller-not-vitamin test, competitor gap-mapping, and filing the prioritized results as tracked issues.

2026-07-09
linear-design-principles
مصممو واجهات الويب والرقمية

Applies Linear's UI/UX and product philosophy (design as product judgment, not decoration) when designing, building, or reviewing interfaces and making product decisions. Use when framing a product problem, planning a redesign, deciding scope, reducing visual noise, designing AI/agent interfaces, debating customization vs opinionated defaults, or setting up product process (handoffs, OKRs, A/B testing, design reviews). Triggers on "Linear style," "calm interface," "opinionated software," "is this the right problem," "should we add a setting," "feature request vs need," "redesign strategy," "should this be reversible/undo," "is chat the right AI interface," "novelty vs familiarity." Peer-aware: where Linear's opinions have limits (platforms, APIs as contracts, metrics vs taste, keyboard vs discoverability) it names the boundary and which peer answer applies. Not for cloning the Linear visual look (dark mode, gradients, minimalist landing pages); this is about product method, not the look.

2026-07-09
orchestrating-subagents
المهن الحاسوبية الأخرى

Orchestrate a multi-agent implementation: decompose a task, fan out subagents to implement each piece in parallel, and brief each one with the context it needs plus a mandate to pull fresh docs via Context7. Use when the user wants to "use subagents", "fan out", "parallelize implementation", "orchestrate agents", spin up workers, or build a feature that splits into independent workstreams. Covers Claude Code subagents, Claude Code dynamic workflows, and Codex subagents.

2026-07-09
shipping-pr-reviews
محللو ضمان جودة البرمجيات والمختبرون

Push the current changes to a pull request, then launch a dynamic workflow that reviews the PR diff, adversarially verifies each finding, and fixes the confirmed ones, pushing the fixes back to the PR. Use when the user wants to "push to a PR and review", "open a PR then review and fix findings", "ship and review", or run a multi-agent review-and-fix pass over a branch. Pairs with orchestrating-subagents (which implements the change first).

2026-07-09
عرض أهم 8 من أصل 10 skills مجمعة في هذا المستودع.
designing-agents
مطوّرو البرمجيات

Designs agentic AI systems by selecting the right architecture pattern and context engineering strategy. Triggers on "build an agent," "agent architecture," "agent design," "multi-agent," "agent pattern," "orchestration," "context engineering," "sub-agents," "agent workflow," "Ralph loop," "ReAct," "swarm," "coordinator pattern," "how should I structure my agent," "my agent loses context," "agent keeps failing on long tasks." For tool-level design, see designing-agent-tools.

2026-06-16
building-agent-clis
مطوّرو البرمجيات

Designs and builds CLIs optimized for AI agent consumption — machine-readable output, schema introspection, input hardening, context window discipline, and safety rails. Triggers on "CLI for agents," "agent CLI," "agent-first CLI," "make my CLI agent-friendly," "MCP server from CLI," "machine-readable output," "agent DX," "CLI tool for AI," "rewrite CLI for agents," "agents keep breaking my CLI," "input validation for agents." For tool schema design, see designing-agent-tools. For prompting, see prompting-agents.

2026-06-16
designing-agent-tools
مطوّرو البرمجيات

Designs, builds, and iteratively improves tools for AI agents — covering schema design, descriptions, response formatting, MCP servers, programmatic tool calling (PTC), progressive disclosure, evaluation, and evolving tools with model capabilities. Triggers on "build a tool," "write a tool," "MCP tool," "agent tool," "tool for Claude," "tool design," "improve my tools," "tool evaluation," "tool description," "programmatic tool calling," "PTC," "tool composition," "reduce tool call tokens," "progressive disclosure," "too many tools," "my agent keeps calling the wrong tool," "agent can't use this tool," building MCP servers, Desktop extensions (DXT), or API tool definitions.

2026-06-16
prompting-agents
متخصصو العمليات التجارية، جميع الآخرون

Writes and optimizes prompts for AI agents and agentic systems — system prompts, tool descriptions, thinking configuration, output formatting, and multi-window state management. Principles are model-agnostic; examples use current Claude models. Triggers on "write a system prompt," "agent prompt," "prompt engineering," "my agent keeps doing X wrong," "how do I prompt," "system prompt," "tool prompt," "thinking tokens," "effort setting," "agent is too verbose," "won't use tools," "overthinks," "reduce hallucinations," "prompt for agent," "agentic prompt." For tool schema design, see designing-agent-tools. For agent architecture, see designing-agents.

2026-06-16
عرض 12 من أصل 21 مستودعات