Skip to main content
مستودع GitHub

ose-primer

يحتوي ose-primer على 32 من skills المجمعة من wahidyankf، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
32
Stars
2
محدث
2026-08-01
Forks
1
التغطية المهنية
9 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

agent-developing-agents
المهن الحاسوبية الأخرى

AI agent development standards including frontmatter structure, naming conventions, tool access patterns, model selection, and reference documentation structure

2026-08-01
plan-creating-project-plans
متخصصو إدارة المشاريع

Comprehensive project planning standards for plans/ directory including folder structure (ideas/, backlog/, in-progress/, done/), stage-aware naming convention (done uses YYYY-MM-DD__identifier/; backlog and in-progress use identifier/ with no date prefix), five-document file organization (README.md, brd.md, prd.md, tech-docs.md, delivery.md for multi-file default; single README.md for trivially-small single-file exception), BRD/PRD content-placement rules, Gherkin acceptance criteria, and the mandatory structured multiple-choice grilling gates (pre-write and post-write) for resolving design decisions with the user. Essential for creating structured, executable project plans.

2026-07-23
repo-practicing-trunk-based-development
مطوّرو البرمجيات

Trunk Based Development workflow - all development on main branch with small frequent commits, minimal branching, and continuous integration. Covers when branches are justified (exceptional cases only), commit patterns, feature flag usage for incomplete work, environment branch rules (deployment only), and AI agent default behavior (the repo-wide default delivery mode is `worktree-to-pr` -- a short-lived plan branch in a disposable worktree pushed to a draft PR; direct push to main remains available as an explicit selection). Essential for understanding repository git workflow and keeping branches short-lived

2026-07-21
repo-defining-workflows
مطوّرو البرمجيات

Workflow pattern standards for creating multi-agent orchestrations including YAML frontmatter (name, description, tags, status, agents, parameters), execution phases (sequential/parallel/conditional), agent coordination patterns, and Gherkin success criteria. Essential for defining reusable, validated workflow processes.

2026-07-20
swe-developing-applications-common
مطوّرو البرمجيات

Common software development workflow patterns shared across all language developer agents

2026-07-20
repo-applying-maker-checker-fixer
مطوّرو البرمجيات

Three-stage content quality workflow pattern (Maker creates, Checker validates, Fixer remediates) with detailed execution workflows. Use when working with content quality workflows, validation processes, audit reports, or implementing maker/checker/fixer agent roles.

2026-07-01
docs-validating-factual-accuracy
مطوّرو البرمجيات

Universal methodology for verifying factual correctness in documentation using WebSearch and WebFetch tools. Covers command syntax verification, version checking, code example validation, API correctness, confidence classification system ([Verified], [Error], [Outdated], [Unverified]), source prioritization, and update frequency rules. Essential for maintaining factual accuracy in technical documentation and educational content

2026-06-19
ci-standards
مطوّرو البرمجيات

CI/CD standards knowledge for validating project compliance with CI conventions

2026-06-13
plan-writing-gherkin-criteria
متخصصو إدارة المشاريع

Guide for writing Gherkin acceptance criteria using Given-When-Then syntax for testable requirements. Covers scenario structure, background blocks, scenario outlines with examples tables, common patterns for authentication/CRUD/validation/error handling, and best practices for clear testable specifications. Essential for writing user stories and plan acceptance criteria

2026-06-07
docs-validating-software-engineering-separation
محللو ضمان جودة البرمجيات والمختبرون

Validates software engineering documentation separation — ensures docs/explanation/ style guides focus on repository-specific conventions only (not generic language tutorials), and that every programming language README has proper prerequisite statements linking to external learning resources.

2026-06-06
docs-validating-links
مطوّرو البرمجيات

Comprehensive link validation methodology for markdown links including format requirements, path validation, broken link detection, external link verification, and checker implementation patterns

2026-05-24
repo-understanding-repository-architecture
مطوّرو البرمجيات

Six-layer governance hierarchy (Vision → Principles → Conventions → Development → Agents → Workflows). Use when understanding repository structure, tracing rules to foundational values, explaining architectural decisions, or navigating layer relationships.

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

Monitor Nx Cloud CI pipeline and handle self-healing fixes. USE WHEN user says "monitor ci", "watch ci", "ci monitor", "watch ci for this branch", "track ci", "check ci status", wants to track CI status, or needs help with self-healing CI fixes. Prefer this skill over native CI provider tools (gh, glab, etc.) for CI monitoring — it integrates with Nx Cloud self-healing which those tools cannot access.

2026-05-11
docs-applying-content-quality
الكتّاب التقنيون

Universal markdown content quality standards for active voice, heading hierarchy, accessibility compliance (alt text, WCAG AA contrast, screen reader support), and professional formatting. Essential for all markdown content creation across docs/, web sites, plans/, and repository files. Auto-loads when creating or editing markdown content.

2026-05-11
docs-creating-accessible-diagrams
مصممو واجهات الويب والرقمية

WCAG-compliant Mermaid diagrams using verified accessible color palette. Use when creating diagrams, flowcharts, or any color-dependent visualizations requiring accessibility compliance for color blindness.

2026-05-11
docs-creating-by-example-tutorials
أساتذة علوم الحاسوب في التعليم العالي

Comprehensive guide for creating by-example tutorials - code-first learning path with 75-85 heavily annotated examples achieving 95% language coverage. Covers five-part example structure, annotation density standards (1.0-2.25 comments per code line PER EXAMPLE), self-containment rules, and multiple code blocks for comparisons. Essential for creating by-example tutorials for programming languages on educational platforms

2026-05-11
docs-creating-in-the-field-tutorials
أساتذة علوم الحاسوب في التعليم العالي

Comprehensive guide for creating in-the-field production implementation guides - production-ready code with 20-40 guides following standard library first principle, framework integration, and enterprise patterns. Essential for creating production tutorials for programming languages on educational platforms

2026-05-11
repo-assessing-criticality-confidence
محللو ضمان جودة البرمجيات والمختبرون

Universal classification system for checker and fixer agents using orthogonal criticality (CRITICAL/HIGH/MEDIUM/LOW importance) and confidence (HIGH/MEDIUM/FALSE_POSITIVE certainty) dimensions. Covers priority matrix (P0-P4), execution order, dual-label pattern for verification status, standardized report format, and domain-specific examples. Essential for implementing checker/fixer agents and processing audit reports

2026-05-11
repo-generating-validation-reports
ضباط الامتثال

Guidelines for generating validation/audit reports with UUID chains, progressive writing, and UTC+7 timestamps

2026-05-11
swe-developing-frontend-ui
مطوّرو البرمجيات

UI development skill covering design token usage, shadcn/ui + Radix composition patterns, accessibility requirements, anti-patterns catalog, and brand context for `crud-fe-ts-nextjs` and `crud-fs-ts-nextjs`. Auto-loads when working on TSX components, CSS, or UI design tasks.

2026-05-11
swe-programming-clojure
مطوّرو البرمجيات

Clojure coding standards from authoritative docs/explanation/software-engineering/programming-languages/clojure/ documentation

2026-05-11
swe-programming-csharp
مطوّرو البرمجيات

C# coding standards from authoritative docs/explanation/software-engineering/programming-languages/c-sharp/ documentation

2026-05-11
swe-programming-dart
مطوّرو البرمجيات

Dart coding standards from authoritative docs/explanation/software-engineering/programming-languages/dart/ documentation

2026-05-11
swe-programming-elixir
مطوّرو البرمجيات

Elixir, Phoenix Framework, and Phoenix LiveView coding standards from authoritative docs/explanation/ documentation

2026-05-11
swe-programming-fsharp
مطوّرو البرمجيات

F# coding standards from authoritative docs/explanation/software-engineering/programming-languages/f-sharp/ documentation

2026-05-11
swe-programming-golang
مطوّرو البرمجيات

Go coding standards from authoritative docs/explanation/software-engineering/programming-languages/golang/ documentation

2026-05-11
swe-programming-java
مطوّرو البرمجيات

Java, Spring Framework, and Spring Boot coding standards from authoritative docs/explanation/ documentation

2026-05-11
swe-programming-kotlin
مطوّرو البرمجيات

Kotlin coding standards from authoritative docs/explanation/software-engineering/programming-languages/kotlin/ documentation

2026-05-11
swe-programming-python
مطوّرو البرمجيات

Python coding standards from authoritative docs/explanation/software-engineering/programming-languages/python/ documentation

2026-05-11
swe-programming-rust
مطوّرو البرمجيات

Rust coding standards from authoritative docs/explanation/software-engineering/programming-languages/rust/ documentation

2026-05-11
swe-programming-typescript
مطوّرو البرمجيات

TypeScript coding standards from authoritative docs/explanation/software-engineering/programming-languages/typescript/ documentation

2026-05-11
swe-developing-e2e-test-with-playwright
محللو ضمان جودة البرمجيات والمختبرون

Playwright E2E testing standards from authoritative docs/explanation/software-engineering/automation-testing/tools/playwright/ documentation

2026-04-18