Imported from Aery9527/ai-research (
AGENTS.md). Install upstream withnpx skills add Aery9527/ai-research. Copyright stays with the author.
AGENTS.md — AI Tool Skills Knowledge Base
Purpose: track upstream AI tool skills and maintain local sync and governance workflows.
Repository Governance
Bilingual AGENTS Rule
AGENTS.mdis the English primary version.AGENTS_zhTW.mdis the Traditional Chinese mirror.- Any addition, deletion, rename, or semantic change to either file MUST update both language versions in the same change slice.
- The agent MUST NOT leave one language temporarily stale with a plan to sync it later.
scripts/ Documentation Sync Rule
- When adding, removing, renaming, or materially changing scripts under
scripts/, the agent MUST updatescripts/SCRIPTS.mdin the same slice. scripts/SCRIPTS.mdis the single index forscripts/; new scripts MUST document at least purpose, arguments, behavior, risks or side effects, and a minimal usage example.- If
README.mdalready lists script entries or summaries, the agent MUST check whether it also needs to be updated.
Project Structure
skill-source/— Upstream skill sources — Contains skill libraries that come from GitHub as git submodules and remain the upstream targets this project tracks; agents MUST NOT modify upstream content directly.skill-source-zhTW/— Localized skill sources — Contains selected Traditional Chinese translations derived from upstream skill content when this project needs a localized copy..claude/skills/— Project skills — Contains local maintenance skills and shared protocols for this repo.scripts/— Local maintenance scripts — Contains repo maintenance and automation scripts; the document index lives inscripts/SCRIPTS.md.
Local Install Scripts
This repo also ships two one-click PowerShell installers that write to the user's home directory (outside the repo), separate from scripts/:
cli-agents/claude-code/install-statusline.ps1— deploys the Claude Code status line and lifecycle-state hooks to~/.claude/.tool/PowerShell/install.ps1— deploys the PowerShell profile to the DocumentsPowerShellfolder and the remaining tool scripts to$HOME/.config/powershell/.
Both overwrite existing files at their destination without backup. See README.md for the full breakdown of what each script installs.