Skip to main content
Execute qualquer Skill no Manus
com um clique
ByteLandTechnology
Perfil de criador do GitHub

ByteLandTechnology

Visão por repositório de 36 skills coletadas em 7 repositórios do GitHub.

skills coletadas
36
repositórios
7
atualizado
2026-05-22
explorador de repositórios

Repositórios e skills representativas

ghidra-agent-cli
Desenvolvedores de software

Rust CLI reference for the headless-ghidra pipeline. Covers command syntax, flags, output contract, artifact paths, and workspace layout for all ghidra-agent-cli subcommands. Load when: constructing a ghidra-agent-cli command, interpreting its output, resolving a flag or artifact path question, or debugging CLI behavior. Do not load for P0–P4 workflow sequencing — use the headless-ghidra skill family instead.

2026-05-05
headless-ghidra-analyze-function
Analistas de segurança da informação

Thoroughly analyze a single function by first recovering its type definitions, constant definitions, vtables, function name and signature, then producing the final decompilation. Use when the user wants a complete per-function analysis following the strict recovery order: types → constants → vtables → function identity → decompilation.

2026-05-05
headless-ghidra
Analistas de segurança da informação

Entry skill for the Headless Ghidra YAML-first reverse-engineering pipeline. Use when the user asks to analyze, decompile, triage, resume, or iterate on a binary target with Ghidra/headless-ghidra. Reads artifacts/<target>/pipeline-state.yaml, routes P0–P4 phase skills, runs gate checks, and manages review pauses. Performs zero analysis work itself.

2026-05-05
headless-ghidra-baseline
Analistas de segurança da informação

P1 phase skill for Headless Ghidra baseline and runtime evidence. Use after P0 when the target must be imported into Ghidra, auto-analyzed, exported to baseline YAML, and given reproducible runtime or hotpath observations without decompiling function bodies.

2026-04-28
headless-ghidra-batch-decompile
Analistas de segurança da informação

P4 phase skill for Headless Ghidra selected function substitution. Use after P3 when an approved batch of functions should have metadata applied, be decompiled through Ghidra, and be recorded as per-function capture/substitution YAML.

2026-04-28
headless-ghidra-discovery
Desenvolvedores de software

P3 phase skill for Headless Ghidra metadata discovery. Use after P2, or after a P4 batch exposes missing context, to enrich function names, signatures, types, constants, strings, and hotpath metadata in YAML before serialized CLI apply.

2026-04-28
headless-ghidra-evidence
Analistas de segurança da informação

P2 phase skill for Headless Ghidra third-party evidence. Use after P1 to review baseline/runtime artifacts, identify or rule out third-party code, record pristine sources, classify functions, and capture evidence before metadata recovery.

2026-04-28
headless-ghidra-intake
Analistas de segurança da informação

P0 phase skill for Headless Ghidra intake. Use when a target binary/archive needs identity confirmation, workspace initialization, Ghidra discovery, binary inspection, or analysis scope setup before any Ghidra analysis runs.

2026-04-28
spec-forge-cli
Administradores de redes e sistemas de computador

Use when the task requires operating or validating the package-local `spec-forge-cli` Rust command surface for initializing workspaces, resolving interactions, mutating YAML artifacts, recording approvals, selecting focus batches, checking gates, advancing stages, or validating UX contracts.

2026-04-28
spec-forge-architecture
Desenvolvedores de software

Use when you need to turn approved framing into a top-level solution shape, journey list, and component list before refining detailed flows or implementation contracts.

2026-04-28
spec-forge-components
Desenvolvedores de software

Use when you need to define component-level contracts in reviewable batches, including responsibilities, interfaces, state, data models, and implementation constraints.

2026-04-28
spec-forge-implement
Desenvolvedores de software

Use when you need to execute an approved implementation spec, record what changed, capture validations, and track whether any blockers still prevent completion.

2026-04-28
spec-forge-intake
Analistas de sistemas de computador

Use when you need to turn a rough request into a clear spec framing by defining the problem, stakeholders, scope boundaries, and non-negotiable constraints before solution design begins.

2026-04-28
spec-forge-journeys
Desenvolvedores de software

Use when you need to refine user journeys or process flows step by step in small review batches, including states, alternate paths, edge cases, and acceptance detail.

2026-04-28
spec-forge-readiness
Especialistas em gestão de projetos

Use when you need to consolidate prior stage artifacts into an implementation-ready spec, confirm completeness, record open assumptions, and decide whether the work is ready to build.

2026-04-28
spec-forge
Desenvolvedores de software

Router for the spec-forge skill family: initialize a multi-spec `.spec-forge/` YAML collection, detect the earliest incomplete phase for the targeted `spec_id`, enforce hard stage gates, and route broad-to-fine, role-based spec refinement from problem framing through readiness and implementation.

2026-04-28
cli-forge-scaffold
Desenvolvedores de software

Scaffold stage for the cli-forge skill family: create a new Rust CLI Skill project from the authoritative templates and prepare it for validation.

2026-04-21
cli-forge-plan
Desenvolvedores de software

Plan stage for the cli-forge skill family: define the detailed CLI contract including commands, flags, output formats, stream/repl/daemon capability scope, the daemon app-server contract, and runtime behavior before scaffold or extend stages proceed.

2026-04-21
cli-forge-publish
Desenvolvedores de software

Publish stage for the cli-forge skill family: manage the GitHub Release and multi-package npm publication automation for a generated skill.

2026-04-21
cli-forge-design
Desenvolvedores de software

Design stage for the cli-forge skill family: define or refresh the generated skill's high-level identity, purpose, positioning, and description contract before downstream stages proceed.

2026-04-21
cli-forge
Desenvolvedores de software

Router for the cli-forge skill family: classify the request, detect missing contract baselines, check filesystem state, and route to the earliest incomplete or takeover stage.

2026-04-21
cli-forge-validate
Analistas de garantia de qualidade de software e testadores

Validate stage for the cli-forge skill family: run the 47-check compliance ruleset against a scaffolded, takeover-adopted, or extended skill project and compare any daemon surface against the declared CLI plan.

2026-04-21
cli-forge-extend
Desenvolvedores de software

Extend stage for the cli-forge skill family: add stream or repl features to an existing scaffolded skill project or to a takeover-adopted project that already matches the scaffold-compatible layout.

2026-04-20
cli-forge-takeover
Desenvolvedores de software

Recovery stage for the cli-forge skill family: adopt an existing Rust CLI Skill project that lacks cli-forge contracts by reconstructing design/plan artifacts from the current implementation, enforcing gates, and stopping for user decisions on ambiguity.

2026-04-16
rust-cli
Desenvolvedores de software

Umbrella guide for the rust-cli skill family: route Rust CLI Skill work through intake, description, scaffolding, feature extension, validation, and publish/release while preserving the constitution, package layout contract, and packaging boundaries.

2026-04-02
rust-cli-description
Desenvolvedores de software

Description stage for the rust-cli skill family: define or refresh the generated skill description contract before downstream stages change scaffold, feature, validation, or packaging surfaces.

2026-04-02
rust-cli-extend
Desenvolvedores de software

Extension stage for the rust-cli skill family: add the supported stream or repl feature to an existing scaffolded project while preserving the shared runtime contract.

2026-04-02
rust-cli-intake
Desenvolvedores de software

Triage stage for the rust-cli skill family: classify the request as description, scaffold, extend, validate, or publish, confirm required inputs, load the shared rules, and hand off to the correct next phase.

2026-04-02
rust-cli-publish
Desenvolvedores de software

Publish stage for the rust-cli skill family: close the workflow with repository-owned packaging and release actions, including report-only summaries, dry runs, exact-mirror rehearsals, destination configuration checks, and the supported GitHub Actions publication path.

2026-04-02
rust-cli-scaffold
Desenvolvedores de software

Scaffold stage for the rust-cli skill family: create a new Rust CLI Skill project from the package templates and prepare it for validation.

2026-04-02
rust-cli-validate
Analistas de garantia de qualidade de software e testadores

Validation stage for the rust-cli skill family: run the documented compliance checks for an existing project and report whether it is constitution-compliant, usable with warnings, or blocked by errors.

2026-04-02
Mostrando 7 de 7 repositórios
Todos os repositórios foram exibidos