Skip to main content
مستودع GitHub

dorkos

يحتوي dorkos على 40 من skills المجمعة من dork-labs، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

marketplace-dev
مطوّرو البرمجيات

Develop, validate, and publish DorkOS marketplace packages — agents, plugins, skill-packs, and adapters. Use when creating marketplace items, working in the dork-labs/marketplace repo, or helping users build packages for the personal marketplace.

2026-07-20
dorkbot-triage
المهن الحاسوبية الأخرى

First-touch triage for incoming GitHub issues on dork-labs/dorkos. Use when DorkBot is asked to triage the issue queue: label each new issue by type and runtime, find likely duplicates, and ask the reporter for missing reproduction steps. Read-and-suggest by default; only comments or edits labels when explicitly allowed to act.

2026-07-11
capturing-product-media
مطوّرو البرمجيات

Regenerate DorkOS product screenshots and video loops from the real UI, and manage the shot registry, human overrides, and version archives that feed the marketing site, docs, and changelogs. Use when marketing/docs media is stale after UI changes, a new feature or docs page needs a money shot, a person wants to override an automated capture, or a release calls for a fresh capture or archive — anything under apps/site/public/product/ or the apps/e2e/capture pipeline.

2026-07-11
different-name
مطوّرو البرمجيات

Skill whose frontmatter name does not match its directory name.

2026-07-10
styling-with-tailwind-shadcn
مطوّرو الويب

Implements the Calm Tech design system using Tailwind CSS v4 and Shadcn UI. Use when writing styles, building components, or theming. For design decisions, see designing-frontend.

2026-07-10
writing-changelogs
مطوّرو البرمجيات

Writes human-friendly changelog entries and release notes. Use when populating changelog, preparing releases, or reviewing release notes quality.

2026-07-09
writing-for-humans
مطوّرو البرمجيات

Writes user-facing DorkOS prose a non-developer can read: changelog fragments, release notes, READMEs, npm copy, docs guides and concept pages, blog posts, UI microcopy, and error messages. Use when writing or reviewing any copy a person (not a coding agent) will read.

2026-07-09
creating-pull-requests
مطوّرو البرمجيات

How to open pull requests in the DorkOS repo, including the automated-review controls (skip-review, review:light/deep, re-review). Use when opening a PR, deciding how much review a PR should get, or requesting a re-review after addressing feedback.

2026-07-08
working-in-worktrees
مطوّرو البرمجيات

Decides when agent work needs an isolated git worktree and how to create, enter, and clean one up safely. Use when starting code changes in a checkout that may be shared with another agent, dispatching a Linear task, executing a spec, or running any parallel work that mutates tracked files.

2026-07-08
clarifying-requirements
متخصصو إدارة المشاريع

Analyzes user prompts for gaps, ambiguities, and unstated assumptions, then asks clarifying questions before work begins. Use when requests are vague, lack acceptance criteria, or have hidden complexity.

2026-07-06
upgrading-runtime-dependencies
مطوّرو البرمجيات

Guides strategic analysis of agent runtime dependency upgrades — changelog categorization, codebase impact assessment, and feature adoption decisions. Use when upgrading SDK-level dependencies that sit behind an abstraction boundary.

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

Methodology for writing and maintaining DorkOS browser tests. Use when writing, running, debugging, or maintaining Playwright browser tests in apps/e2e, when deciding between a browser test and a unit test, or when e2e behavior needs verification.

2026-07-06
debugging-systematically
مطوّرو البرمجيات

Guides systematic debugging methodology and troubleshooting approaches. Use when investigating bugs, tracing issues, or teaching debugging patterns.

2026-07-06
organizing-fsd-architecture
مطوّرو البرمجيات

Guides organization of code using Feature-Sliced Design (FSD) architecture. Use when structuring projects, creating new features, determining file and layer placement, or reviewing architectural decisions. Also monitors codebase size and proactively suggests structural improvements.

2026-07-06
syncing-agent-skills
المهن الحاسوبية الأخرى

Keeps skill definitions aligned between Claude Code and Codex. Use when creating, migrating, renaming, or updating skills that must work across `.claude/skills` and `.agents/skills`, or when auditing drift between the two systems.

2026-07-06
verification-before-completion
مطوّرو البرمجيات

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

2026-07-06
writing-adrs
مطوّرو البرمجيات

Guides writing concise, effective Architecture Decision Records. Use when creating ADRs, extracting decisions from specs, or reviewing ADR quality.

2026-07-06
orchestrating-parallel-work
مطوّرو البرمجيات

Orchestrates parallel execution of AI agents with dependency analysis and batch scheduling. Use when coordinating multiple concurrent tasks, optimizing task ordering, or when multiple independent agents would benefit the workflow.

2026-07-06
reading-session-transcripts
مطوّرو البرمجيات

Resolves DorkOS session URLs to JSONL transcript files on disk and reads them. Use when the user shares a session URL, mentions "read this transcript", "read this chat", or references a DorkOS session they want analyzed.

2026-07-06
requesting-code-review
محللو ضمان جودة البرمجيات والمختبرون

Guides dispatching a code-reviewer subagent to verify work before proceeding. Use when completing tasks, implementing major features, or before merging to verify work meets requirements.

2026-07-06
test-driven-development
محللو ضمان جودة البرمجيات والمختبرون

Use when implementing any feature or bugfix, before writing implementation code

2026-07-06
managing-specs
مطوّرو البرمجيات

Canonical rules for spec manifest management — statuses, transitions, and the manifest-ops script. Auto-loads when working with spec files.

2026-07-03
debugging-test-failures
محللو ضمان جودة البرمجيات والمختبرون

Systematically investigates failing tests, distinguishes between test bugs and implementation bugs, and drives a fix with verification. Use when the user wants to debug failing tests.

2026-06-13
debugging-typescript-errors
مطوّرو البرمجيات

Systematically investigates TypeScript compiler errors, traces the real type mismatch, and applies a minimal verified fix. Use when the user wants to debug TypeScript type errors.

2026-06-13
designing-frontend
مصممو واجهات الويب والرقمية

Guides design thinking and decision-making using the Calm Tech design language. Use when planning UI, reviewing designs, or making design decisions. For implementation details, see styling-with-tailwind-shadcn.

2026-04-15
opensrc
مطوّرو البرمجيات

Fetch dependency source code to give AI agents deeper implementation context. Use when the agent needs to understand how a library works internally, read source code for a package, fetch implementation details for a dependency, or explore how an npm/PyPI/crates.io package is built. Triggers include "fetch source for", "read the source of", "how does X work internally", "get the implementation of", "opensrc path", or any task requiring access to dependency source code beyond types and docs.

2026-04-15
visual-companion
مطوّرو البرمجيات

Browser-based visual companion for showing mockups, diagrams, comparisons, and interactive options. Use when the user would understand something better by seeing it than reading it.

2026-04-15
writing-developer-guides
مطوّرو البرمجيات

Structures developer guides for optimal AI agent and human consumption. Use when creating or updating files in contributing/, or when documentation needs to support autonomous coding agents.

2026-04-15
receiving-code-review
محللو ضمان جودة البرمجيات والمختبرون

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

2026-04-10
adding-config-fields
مطوّرو البرمجيات

Patterns for adding, renaming, removing, or retyping fields in DorkOS user config. Use when editing UserConfigSchema, MarketplacesFileSchema, or any conf-backed store — walks the Zod field → defaults → conf migration → docs → test lifecycle end-to-end.

2026-04-09
code-reviewer
محللو ضمان جودة البرمجيات والمختبرون

Reviews your PRs every weekday morning, posts findings to Slack, files Linear issues for blockers

2026-04-07
docs-keeper
مطوّرو البرمجيات

Keeps documentation in sync with code changes by monitoring git activity

2026-04-07
security-auditor
محللو أمن المعلومات

Continuously audits dependencies, configurations, and code for security vulnerabilities

2026-04-07
sample-task
مطوّرو البرمجيات

A sample task bundled with the valid-plugin fixture.

2026-04-06
analyzer
مطوّرو البرمجيات

Analyzes inputs and produces a structured report.

2026-04-06
summarizer
موظفو المكاتب العامون

Summarizes long inputs into a short brief.

2026-04-06
translator
مطوّرو البرمجيات

Translates text between supported languages.

2026-04-06
example-skill
المهن الحاسوبية الأخرى

An example skill for the valid-plugin fixture.

2026-04-06
example
المهن الحاسوبية الأخرى

An example skill for the valid-skill-pack fixture.

2026-04-06
maintaining-dev-playground
مطوّرو البرمجيات

Keeps the Dev Playground current with the application. Use when editing UI components in apps/client/src/ — assesses playground candidacy, checks existing playground coverage, and guides adding or updating showcases. Also use when directly editing files in apps/client/src/dev/, building new widgets or features, or when the user mentions the dev playground, component showcase, or visual testing. Proactively evaluate whether edited components belong in the playground even if the user doesn't ask.

2026-03-31