スキル一覧に戻る
trobrock

obsidian-project

by trobrock

0🍴 1📅 2026年1月21日
GitHubで見るManusで実行

SKILL.md


name: obsidian-project description: Create or update a project in the Obsidian vault Projects folder

Obsidian Project Management

Manage projects in ~/dev/personal/obsidian/trobrock/Projects/.

Create New Project

When asked to create a new project:

  1. Ask for details (if not provided):

    • Project name
    • Brief description
    • Tech stack (if applicable)
    • Hosting plans (if applicable)
    • URL/domain (if applicable)
  2. Create the file at ~/dev/personal/obsidian/trobrock/Projects/{Project Name}.md

  3. Use this template:

---
status: Idea
tech_stack:
  - Technology1
  - Technology2
hosting: []
url: ""
---

# {Project Name}

{Description}

## Ideas

- 

## Tasks

- [ ] 

## Notes

Update Project Status

Valid status values:

  • Idea → Just a concept
  • Active → Currently working on it
  • Paused → On hold
  • Discontinued → No longer pursuing

To update, modify the status: field in the frontmatter.

Project Lifecycle

Idea → Active → Paused (optional) → Discontinued
                    ↓
                 Active (resume)

Linking Projects

When a project relates to goals in Personal Home.md, suggest adding a wiki link:

  • In the project: See [[Personal Home#2026 Goals]]
  • In Personal Home: Reference the project name

Verification

  • File is in Projects/ folder
  • Frontmatter has status, tech_stack, hosting, url fields
  • Status is one of: Idea, Active, Paused, Discontinued
  • tech_stack and hosting are arrays (even if empty [])

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です