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

basicly

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

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

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

conventional-commits
مطوّرو البرمجيات

Construct a valid Conventional Commits message for this repo before running `git commit`, covering type/scope, the "!" breaking-change marker, description rules, and the required trailing beads issue id. Use whenever writing or reviewing a commit message, or when a commit is rejected by the commit-msg/beads-commit-msg hooks.

2026-07-17
catalog-authoring
المهن الحاسوبية الأخرى

Author and improve basicly catalog sources — skills and fragments — in their YAML source format (never a discoverable .md), then project and verify them. Use when adding or editing a skill or fragment, building a catalog, or deciding where guidance should live (always-on fragment vs on-demand skill).

2026-07-17
harness-loop
مطوّرو البرمجيات

Drive a unit of work through the basicly harness loop end-to-end (intake → classify → decompose → build → verify → ship → teardown → retro) using `basicly loop` + `br`, agent-agnostic across Claude/Codex/Copilot. Use when starting or resuming non-trivial development in a harness-enabled repo, when deciding what phase a tracked issue is in, or when coordinating the checkpoints, gates, and bounded rework the loop enforces.

2026-07-17
tool-br
مطوّرو البرمجيات

Use br (beads_rust) as the primary task/issue tracker for this repo. Trigger when planning work, creating or claiming issues, checking what is ready to work on, or preparing a commit that must reference a beads issue id.

2026-07-17
session-finish
مطوّرو البرمجيات

Close out a working session with a usage-statistics report, a self-improvement retro, and a pickup-clean handoff summary. Use when the user says the session is done ("wrap up", "finish the session", "close out"), before ending a long autonomous run, or whenever a summary of what changed and what the agent actually used is wanted.

2026-07-16
tool-ast-grep
مطوّرو البرمجيات

Use ast-grep for structural code search and rewrite based on syntax trees. Trigger when text search is too imprecise for code-aware matching.

2026-07-15
tool-bat
مطوّرو البرمجيات

Use bat for syntax-highlighted file viewing with line numbers and git context. Trigger when readable terminal code inspection is needed.

2026-07-15
tool-curl
مطوّرو البرمجيات

Use curl for low-level HTTP requests, headers, and data transfer debugging. Trigger when APIs, webhooks, download checks, or protocol-level diagnostics are required.

2026-07-15
tool-fd
مطوّرو البرمجيات

Use fd or fd-find for fast filename and path discovery with sane defaults. Trigger when file enumeration by pattern is needed without complex find syntax.

2026-07-15
tool-fzf
مطوّرو البرمجيات

Use fzf for interactive fuzzy selection from files, branches, and command output. Trigger when a human-in-the-loop selection step is needed inside terminal workflows.

2026-07-15
tool-git-delta
مطوّرو البرمجيات

Use git-delta for syntax-highlighted, readable git diffs during review. Trigger when human review of patch content is the focus.

2026-07-15
tool-git
مطوّرو البرمجيات

Use git for repository state inspection, safe staging, diff review, and history-aware change management. Trigger when the task involves commits, branches, diffs, or version control decisions.

2026-07-15
tool-jq
مطوّرو البرمجيات

Use jq to parse, filter, and transform JSON in shell pipelines. Trigger when structured JSON extraction or reshaping is needed.

2026-07-15
tool-ripgrep
مطوّرو البرمجيات

Use ripgrep for extremely fast text and regex search across repositories. Trigger when locating symbols, strings, or patterns at scale.

2026-07-15
tool-sd
مطوّرو البرمجيات

Use sd for fast, readable search-and-replace in files with safer defaults than sed. Trigger when batch textual replacements are needed across files.

2026-07-15
tool-shellcheck
مطوّرو البرمجيات

Use shellcheck to statically analyze shell scripts for bugs, portability issues, and quoting mistakes. Trigger whenever shell scripts are created or modified.

2026-07-15
tool-starship
مطوّرو البرمجيات

Use Starship for prompt configuration, module tuning, and cross-shell prompt consistency. Trigger when prompt rendering, startup latency, or shell prompt content needs changes.

2026-07-15
tool-tmux
مطوّرو البرمجيات

Use tmux for session orchestration, pane/window control, and resilient long-running terminal workflows. Trigger when the task needs terminal multiplexing or keybinding troubleshooting.

2026-07-15
tool-tree
مطوّرو البرمجيات

Use tree to visualize directory layout quickly in a token-efficient form. Trigger when understanding project structure or summarizing file hierarchies.

2026-07-15
tool-typos
مطوّرو البرمجيات

Use typos to detect spelling mistakes in code, comments, and docs with low false positives. Trigger when proofreading source content or enforcing text quality.

2026-07-15
tool-uv
مطوّرو البرمجيات

Use uv for fast Python dependency sync, environment management, and command execution. Trigger for Python setup, install, lint, test, and script workflows in this repo.

2026-07-15
tool-wezterm
مطوّرو البرمجيات

Use WezTerm for terminal emulator configuration, keybindings, and cross-platform shell launch behavior. Trigger when terminal UI shortcuts or startup profiles need adjustment.

2026-07-15
tool-wget
مطوّرو البرمجيات

Use wget for robust non-interactive downloads, retries, and mirror-style fetch operations. Trigger when reliable file retrieval or resumable downloads are needed.

2026-07-15
tool-xh
مطوّرو البرمجيات

Use xh as a user-friendly HTTP client for API testing and response inspection. Trigger when quick REST calls with clean defaults are needed.

2026-07-15
tool-yq
مطوّرو البرمجيات

Use yq for YAML and structured config queries, edits, and transforms. Trigger when CI configs, manifests, or YAML-based settings need precise changes.

2026-07-15
tool-zsh
مطوّرو البرمجيات

Use zsh for shell startup, profile troubleshooting, and non-interactive command validation. Trigger when the task touches shell behavior, aliases, completions, or prompt startup.

2026-07-15
worktree-isolation
مطوّرو البرمجيات

Isolate non-trivial work in a sibling git worktree using `basicly worktree`, covering sibling placement on a harness branch, dependency + git-hook provisioning, and safe cleanup. Use when starting a unit of work that should not touch the main checkout, when parallel tracks would collide, or when deciding whether a change needs its own worktree.

2026-07-15
release-process
مطوّرو البرمجيات

Prepare and publish semantic version releases using this repository's changelog-driven workflow. Use this when asked to cut a release, update CHANGELOG.md for a tag, review release notes quality, create/push tags, or verify GitHub release status.

2026-07-12