Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

basicly

basicly contient 28 skills collectées depuis niksavis, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
28
Stars
0
mis à jour
2026-07-17
Forks
0
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

conventional-commits
Développeurs de logiciels

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
Autres occupations informatiques

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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