dsh-plugin-verified-search
f0909172434
Verified current-source search workflow for DeepSeek Harness
PROJECT TOPICS
PROJECT README
Give an agent a map before it operates unfamiliar software.
An Agent Software Map (ASM) is a structured Markdown file that gives an agent the operational knowledge it needs before working with a specific software application.
It is not a software encyclopedia or a rewritten user manual. An ASM focuses on information that materially changes execution quality: how to identify the correct object, observe important state, choose an appropriate control method, verify the real result, and recover from failure.
[User Task]
-> Identify Software / Version / Environment
-> Resolve Object + inspect decision-relevant State
-> Find the matching ASM
-> Load the minimum relevant Context
-> Choose Capability + Observation / Control methods
-> Preflight Target / State / Risk
-> Execute
-> Verify the real Software State
├─ Success --------------------------> Complete
├─ Partial completion / Unverified --+
└─ Failure --------------------------+-> Re-observe State
-> Recover / Switch method / Ask user
[Knowledge gap or observed conflict]
-> Check Sources
-> Observation
-> Controlled probe, only when necessary and safe
-> Label Evidence: verified / documented / inferred / unknown
-> Incrementally update ASM
-> Resume the runtime Workflow and verify again
The goal is not to eliminate exploration. It is to avoid making every agent rediscover the same operational facts through trial and error.
Install the repository as an Agent Skill:
# OpenAI Codex
git clone https://github.com/karurukaruru/agent-software-map.git ~/.codex/skills/agent-software-map
# Claude Code
git clone https://github.com/karurukaruru/agent-software-map.git ~/.claude/skills/agent-software-map
Then provide the target software, version, platform, and any material you already have:
Use $agent-software-map to create an ASM for Adobe After Effects on Windows.
Use the files I provided first. Mark uncertain claims as unknown, and do not invent menus, parameters, APIs, paths, errors, or success states.
Generated maps use the following name:
ASM-<Software-Name>.md
Depending on the software and task, an ASM may include:
Not every ASM needs every section. Effective knowledge density matters more than document length.
Adobe After Effects ASM is the first full reference included in this repository. It demonstrates object modeling, state checks, execution choices, operational contracts, result verification, failure recovery, and explicit unknowns.
Claims inside a reference ASM must keep their evidence labels. Documentation-based or inferred behavior must not be presented as live-tested behavior.
The English template and Chinese template are optional checklists. They can help start a new map, but they are not a schema that must be filled mechanically. In many cases, working directly from the Skill and the available evidence produces a better ASM.
The complete design rules are in SKILL.md. The original Chinese design master is preserved in SKILL.zh-CN.md.
.
├── SKILL.md / SKILL.zh-CN.md
├── asm-template.md / asm-template.zh-CN.md
├── references/
│ └── ASM-After-Effects.md
├── scripts/validate.py
├── agents/openai.yaml
├── .github/
├── README.md / README.zh-CN.md
├── CHANGELOG.md
├── CONTRIBUTING.md
├── CODE_OF_CONDUCT.md
├── SECURITY.md
└── LICENSE
Before publishing or installing the repository as a Skill, check the current Agent Skills specification and the following repository-specific items:
SKILL.md at the Skill root. Its YAML frontmatter is the discovery and triggering entry point; description should state both what the Skill does and when an Agent should load it.name equal to the parent directory name. It must be 1–64 characters, use lowercase letters, numbers, and hyphens only, and contain no leading, trailing, or consecutive hyphens.agent-software-map as the repository and installed folder name. Avoid an extra nested directory such as .../skills/agent-software-map/agent-software-map/SKILL.md..gitattributes already defines the expected normalization.SKILL.md below the recommended 500 lines and roughly 5,000 tokens, and move detailed material to focused references/, scripts/, or assets/ resources loaded on demand. This repository's English entry is currently about 400 lines.references/, scripts/, or assets/ rather than chains of nested references.python scripts/validate.py from the repository root before committing or tagging a release.Evaluation results should include their task, model, environment, initial state, permissions, validity rules, and observable outcomes. This repository does not make a performance claim until those results are published with enough context to interpret them.
v1.0.0 is the first public release of the current ASM design. The format is usable, but individual maps still need evidence appropriate to their target software version and environment. A map is not validated merely because it follows the structure.
Corrections from real software use are especially valuable. See CONTRIBUTING.md. Report sensitive issues according to SECURITY.md, not in a public issue.
Agent Software Map is released under the MIT License. Software, plugins, and adapters described by reference maps belong to their respective owners; this repository does not include their source code or licensed content.
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。