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

holocron

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

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

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

token-economy
مديرو أنظمة الحاسوب والمعلومات

Rubric for keeping Claude Code sessions cheap without losing quality — model tiering, cache hygiene, Read discipline, MCP pruning, subagent isolation. Use when cost feels wrong, before setting a budget, or when onboarding a teammate.

2026-04-22
migration-patterns
مصممو قواعد البيانات

Safe schema-migration patterns for systems under live traffic — expand/contract, backfill, double-write, shadow-read, online DDL. Use when authoring, reviewing, or sequencing a migration that can't take a maintenance window.

2026-04-22
observability-checklist
مطوّرو البرمجيات

What good observability looks like — structured logs, trace spans, metrics, correlation ids, and the instrumentation rules that turn logs into answers. Use when adding a feature, reviewing a service, or debugging a prod issue.

2026-04-22
a11y-checklist
مصممو واجهات الويب والرقمية

WCAG 2.2 AA quick reference — semantics, keyboard, names, states, contrast, motion, errors. Use when building or reviewing UI components.

2026-04-22
api-design
مطوّرو البرمجيات

REST and GraphQL API design conventions — resource modeling, pagination, error envelopes, versioning, idempotency. Use when adding, changing, or reviewing endpoints.

2026-04-22
context-engineering
مطوّرو البرمجيات

Apply the Write/Select/Compress/Isolate framework to manage the context window. Use when the task is long, the transcript is bloated, the model is drifting, or before /holocron:handoff.

2026-04-22
debug-playbook
مطوّرو البرمجيات

Hypothesis-driven debugging — reproduce, hypothesize, probe, locate, fix, guard. Use when something is broken and you don't yet know why.

2026-04-22
perf-checklist
مطوّرو البرمجيات

Performance quick reference — Core Web Vitals, bundle size, rendering, DB queries, caching. Use during implementation or review when perf matters.

2026-04-22
pr-review-rubric
محللو ضمان جودة البرمجيات والمختبرون

Staff-level PR review rubric — correctness, contract, clarity, tests, blast radius. Use when reviewing code (yours or others') before merge.

2026-04-22
security-checklist
محللو أمن المعلومات

OWASP-style quick reference — authn/authz, injection, secrets, sessions, crypto, dependencies. Use during code review and before committing security-sensitive changes.

2026-04-22
test-patterns
محللو ضمان جودة البرمجيات والمختبرون

Reference for writing tests that actually protect against regressions — deep assertions over spies, table-driven tests, fixture hygiene, AAA structure. Use when writing, reviewing, or refactoring tests.

2026-04-22