ソース情報
- リポジトリ
- oyi77/1ai-skills
- ソースの最終更新活動
- 2026年7月31日 15:22
- 検出された SKILL.md の言語
- 英語
- スター
- 8
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/oyi77/1ai-skills --skill helpコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Android and mobile application security testing — emulators, rooting, traffic interception, dynamic instrumentation. Use when testing mobile apps for vulnerabilities, reversing APKs, or bypassing security controls on Android.
Self-reflection + Self-criticism + Auto-learning from corrections + Self-organizing memory. Agent evaluates its own work, catches mistakes, and improves permanently. Use when working with self improving.
Plan and execute a comprehensive red team engagement covering reconnaissance through post-exploitation using MITRE ATT&CK-aligned TTPs to evaluate an organization's detection and response capabilities. Use when working with conducting full scope red team engagement.
SOC 職業分類に基づく
SKILL.md を表示中
| name | help |
| description | Use when quick reference for ponytail modes, skills, and commands. One-shot display. |
| domain | mindset |
| author | oyi77 |
| license | Apache-2.0 |
| subdomain | mindset |
| tags | ["help","mindset","ponytail","reference"] |
| version | 1.0.0 |
One-shot display of ponytail modes, key commands, and skill discovery. Never changes mode, writes files, or persists anything. Pure reference.
Help mode prints a concise reference card covering all four ponytail modes (audit, debt, review, help) and their commands, options, and output formats. It is the fastest way to learn the tools without reading the full parent skill. Designed for the moment you know what you want to do but cannot remember the exact flag.
Scope: session only. Output: reference card. Best outcome: developer finds the answer in 5 seconds.
ponytail help — prints the full reference cardponytail help --mode audit — shows only audit commandsponytail help --examples — includes usage examples for each modeponytail help # full reference card
ponytail help audit # specific mode details
ponytail help --json # machine-readable output for tooling
~ ponytail commands ~
audit — Ranked list of what to delete/simplify repo-wide
debt — Collect ponytail: comments into a tracked ledger
help — This reference card
review — One-line-per-finding diff over-engineering check
Options:
--path <dir> Scope to directory
--diff <text> Diff text for review
--output <file> Write results to file
--stdin Read input from stdin
--scan Scan mode for debt
--rank-by-impact Sort audit findings by LOC savings
--require-no-findings Fail review if any issues found
Use when quick reference for ponytail modes, skills, and commands. One-shot display.
Execute these steps sequentially:
ponytail help — prints the full reference cardponytail help --mode audit — shows only audit commandsponytail help --examples — includes usage examples for each mode| Rationalization | Reality |
|---|---|
| "I'll just read the source" | Help is faster than grepping source. It is the single entry point — use it first |
| "I already know the commands" | Flags change, options get added. A 5-second help check prevents stale assumptions |
| "I can guess the flag names" | --rank-by-impact vs --sort-by-size — guessing wastes more time than reading help once |