Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

basicly

basicly contém 28 skills coletadas de niksavis, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
28
Stars
0
atualizado
2026-07-17
Forks
0
Cobertura ocupacional
2 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

conventional-commits
Desenvolvedores de software

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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