ソース情報
- リポジトリ
- ijam-it/aifact
- ソースの最終更新活動
- 2026年3月28日 10:34
- 検出された SKILL.md の言語
- 英語
- スター
- 4
- フォーク
- 2
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/ijam-it/aifact --skill record-ideaコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
Record a new Architecture Decision Record (ADR) using the date-based naming convention.
Record a new technical guideline following strict formatting rules.
SOC 職業分類に基づく
SKILL.md を表示中
| name | record-idea |
| description | Record a single idea or a grouped themed idea file under work/ideas/ideas. |
This skill supports two formats:
Choose the grouped themed format when multiple ideas belong together by theme or review context.
Each idea entry must include:
Optional when helpful:
```markdown
# <Title>
Last updated: <Last updated date>
## What
<What>
## Why
<Why>
## Notes
<Notes>
```
```markdown
# <Theme> Ideas - <scope>
Last updated: <Last updated date>
## Scope
- Target: <whole repo or provided scope>
- Theme: <theme>
- Basis: <key files or directories reviewed>
- Existing idea check: <files consulted for dedupe>
## Ideas
### <Idea title>
- Why it matters: <why>
- Evidence: <repo-grounded evidence with file paths>
- Impact: <impact>
- Recommended next step: <next step>
- Existing related idea: <optional>
- Confidence: <optional>
```
YYYY-MM-DD and readable "Last updated" date.theme-scope pair.work/ideas/ideas/YYYY-MM-DD-<slug>.md.YYYY-MM-DD-<theme>-<scope>.md.