Skip to main content
wahidyankf
Perfil de criador do GitHub

wahidyankf

Visão por repositório de 86 skills coletadas em 4 repositórios do GitHub.

skills coletadas
86
repositórios
4
atualizado
2026-08-03
explorador de repositórios

Repositórios e skills representativas

agent-developing-agents
Outras ocupações de informática

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

2026-08-01
swe-developing-frontend-ui
Desenvolvedores web

UI development skill covering design token usage, shadcn/ui + Radix composition patterns, accessibility requirements, anti-patterns catalog, and brand context for OrganicLever and OSE Platform. Auto-loads when working on TSX components, CSS, or UI design tasks.

2026-07-30
plan-creating-project-plans
Especialistas em gestão de projetos

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-29
repo-defining-workflows
Outras ocupações de informática

Workflow pattern standards for creating multi-agent orchestrations including YAML frontmatter (name, goal, termination, inputs, outputs), execution phases (sequential/parallel/conditional), agent coordination patterns, and Gherkin success criteria. Essential for defining reusable, validated workflow processes.

2026-07-20
repo-practicing-trunk-based-development
Desenvolvedores de software

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-20
swe-developing-applications-common
Desenvolvedores de software

Common software development workflow patterns shared across all language developer agents

2026-07-20
repo-applying-maker-checker-fixer
Outras ocupações de informática

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
swe-programming-golang
Desenvolvedores de software

Go coding standards quick reference for agents authoring Go code (primarily for downstream ose-primer; ose-public itself has no active Go apps)

2026-07-01
Mostrando as 8 principais de 37 skills coletadas neste repositório.
agent-developing-agents
Outras ocupações de informática

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
Especialistas em gestão de projetos

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

Common software development workflow patterns shared across all language developer agents

2026-07-20
repo-applying-maker-checker-fixer
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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

2026-06-13
Mostrando as 8 principais de 32 skills coletadas neste repositório.
swe-developing-frontend-ui
Desenvolvedores web

UI development skill covering design token usage, shadcn/ui + Radix composition patterns, accessibility requirements, anti-patterns catalog, and brand context for OrganicLever and OSE Platform. Auto-loads when working on TSX components, CSS, or UI design tasks.

2026-07-31
swe-programming-csharp
Desenvolvedores de software

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

2026-07-31
swe-programming-fsharp
Desenvolvedores de software

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

2026-07-31
swe-programming-golang
Desenvolvedores de software

Go coding standards quick reference for agents authoring Go code (primarily for downstream ose-primer; ose-public itself has no active Go apps)

2026-07-31
swe-programming-rust
Desenvolvedores de software

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

2026-07-31
docs-creating-by-example-tutorials
Professores do ensino superior, todos os outros

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-07-31
docs-creating-in-the-field-tutorials
Professores do ensino superior, todos os outros

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-07-31
docs-validating-factual-accuracy
Professores do ensino superior, todos os outros

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-07-31
Mostrando as 8 principais de 14 skills coletadas neste repositório.
Mostrando 4 de 4 repositórios
Todos os repositórios foram exibidos