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

skills

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

skills مجمعة
30
Stars
2
محدث
2026-07-23
Forks
0
التغطية المهنية
8 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

create-linear-issue
مطوّرو البرمجيات

Create one verified Linear issue from a Codex Agent Task v1 contract and optionally dispatch it under separate explicit authority. Use when a user asks Codex to create a Linear implementation issue for a repository handled by a mapped Symphony workflow.

2026-07-23
agent-harness-construction
المهن الحاسوبية الأخرى

Use when designing agent tool schemas, action spaces, or observation formatting, or when diagnosing looping and low completion rates in an agent harness.

2026-07-05
agent-introspection-debugging
المهن الحاسوبية الأخرى

Use when an agent is looping, retrying without progress, drifting from its goal, or failing repeatedly — structured capture, diagnosis, contained recovery, and introspection reports.

2026-07-05
agentic-engineering
مطوّرو البرمجيات

Use when orchestrating agent workflows — eval-first execution, task decomposition, and cost-aware model routing decisions.

2026-07-05
ai-ml-patterns
علماء البيانات

Eval-first AI/ML engineering — RAG decisions, finetune-vs-RAG-vs-prompt framework, prompt-injection defense, structured output, model routing/cost, production drift. Use when working on evals, prompts, RAG, or model optimization.

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

Use when designing or reviewing an HTTP/RPC API surface — resource modeling, pagination, error envelopes, versioning, idempotency. Falsifiable contracts, not style preferences.

2026-07-05
claude-api
مطوّرو البرمجيات

Use when building on the Anthropic Claude API or SDKs — model choice, the tool-use loop, token and context budgeting, prompt caching, batches. Falsifiable patterns for production agents, not SDK hello-worlds.

2026-07-05
context-management
المهن الحاسوبية الأخرى

Use when deciding whether/when to compact the session, or when auditing what is consuming the context window (agents, skills, MCP servers, rules). Compaction timing + token-budget audit in one place.

2026-07-05
data-modeling
مصممو قواعد البيانات

Use when designing schemas, adding indexes, writing migrations, or scoping multi-tenant data — constraint-first modeling and expand/contract migration rules.

2026-07-05
distributed-systems
مطوّرو البرمجيات

Use when work crosses process boundaries — queues, webhooks, background jobs, retries, multi-service writes. Idempotency, delivery semantics, and failure design rules.

2026-07-05
fastapi-patterns
مطوّرو البرمجيات

FastAPI service-layer architecture, dependency injection, domain-error handling, SQLAlchemy 2.0 async, and Alembic conventions. Use when building or modifying FastAPI apps, in addition to python-patterns.

2026-07-05
git-workflow
مطوّرو البرمجيات

Use when choosing a branching strategy, hunting a regression with git bisect, running multi-worktree development, or configuring CODEOWNERS and merge queues — falsifiable conventions, not a git tutorial.

2026-07-05
github-ops
مطوّرو البرمجيات

Use for GitHub repo operations via the gh CLI — issue triage, PR and CI management, releases, Dependabot — plus CODEOWNERS, reusable workflows, and monorepo path filtering. For operational tasks beyond plain git.

2026-07-05
golang-patterns
مطوّرو البرمجيات

Use when writing or reviewing Go concurrency, context handling, module boundaries, or reliability code — errgroup, worker pools, goroutine-leak avoidance, retry and circuit-breaking. Falsifiable rules, not idiom lists.

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

Use when writing or reviewing Go tests — table-driven suites, golden files, fuzzing, benchmarks, race-exposing tests, testcontainers integration, or t.Parallel hazards. Falsifiable rules, not a tour of the testing package.

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

Use when production is broken or degraded — mitigation-first response, timeline capture, severity ladder, and blameless postmortems. Agent-loop failures go to agent-introspection-debugging instead.

2026-07-05
mcp-server-patterns
المهن الحاسوبية الأخرى

Use when building or debugging an MCP server — tool/resource/prompt registration, tool-description engineering, the isError contract, authz and path sandboxing, stdio vs Streamable HTTP. Node/TypeScript SDK; defer to Context7 for current signatures.

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

Use when adding logging, metrics, tracing, alerts, or SLOs to a service — structured-log contracts, RED metrics, trace propagation, symptom-based alerting.

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

Forces the laziest solution that actually works, simplest, shortest, most minimal. Channels a senior dev who has seen everything: question whether the task needs to exist at all (YAGNI), reach for the standard library before custom code, native platform features before dependencies, one line before fifty. Supports intensity levels: lite, full (default), ultra. Use whenever the user says "ponytail", "be lazy", "lazy mode", "simplest solution", "minimal solution", "yagni", "do less", or "shortest path", and whenever they complain about over-engineering, bloat, boilerplate, or unnecessary dependencies.

2026-07-05
python-patterns
مطوّرو البرمجيات

Python style, typing, side-effect, error-handling, async, and tooling conventions (ruff, uv, pytest, pydantic-settings). Use when writing or reviewing Python code.

2026-07-05
react-native-patterns
مطوّرو البرمجيات

React Native platform, Metro-port and emulator/simulator worktree isolation, and cleanup conventions (expo-dev-client, adb, avdmanager, simctl). Use when working on React Native apps.

2026-07-05
regex-vs-llm-structured-text
مطوّرو البرمجيات

Decision framework for choosing between regex and LLM when parsing structured text — start with regex, add LLM only for low-confidence edge cases.

2026-07-05
search-first
مطوّرو البرمجيات

Research-before-coding workflow. Search for existing tools, libraries, and patterns before writing custom code. Invokes the researcher agent.

2026-07-05
security-design
محللو أمن المعلومات

Use when designing anything with a trust boundary — auth systems, secrets handling, service-to-service calls, user input surfaces. Design-time security; review-time checks live in the core doctrine.

2026-07-05
terminal-ops
مطوّرو البرمجيات

Evidence-first repo execution workflow. Use when the user wants a command run, a repo checked, a CI failure debugged, or a narrow fix pushed with exact proof of what was executed and verified.

2026-07-05
typescript-patterns
مطوّرو البرمجيات

TypeScript/Node conventions — strict compiler settings, parse-don't-cast boundaries, Result-style domain errors, floating-promise hygiene, ESM. Use when writing or reviewing TypeScript.

2026-07-05
uiux-design-loop
مصممو واجهات الويب والرقمية

Two-loop UI/UX discipline — a cold-context grader scores renders against an 8-dimension rubric with binary preservation and audit gates while the implementer iterates from critique briefs; the `impeccable` skill is a hard precondition. Use when asked to improve UX, flow, layout, register, or polish on a page or component.

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

Use on demand before opening a PR when the local codegraph CLI is installed — pulls the call-graph slice touched by the diff, then dispatches the strict reviewer with that context loaded.

2026-07-05
codex-delegate
مطوّرو البرمجيات

Delegate coding tasks to Codex CLI (GPT-5.4) with a structured plan handoff. Use after planning is complete and the Codex CLI plugin is installed — pass the plan directly to Codex for implementation.

2026-07-05
hookify-rules
مطوّرو البرمجيات

Use when creating or editing hookify rule files (ECC plugin format) that intercept bash commands, file edits, or prompt events — rule syntax, patterns, and configuration guidance.

2026-07-05