スキル一覧に戻る
theflysurfer

julien-cmd-project-info

by theflysurfer

Personal marketplace for developing and sharing custom Claude skills

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

SKILL.md


name: julien-cmd-project-info description: Display information about the current project or a specified path author: Julien version: 1.0.0 category: infrastructure type: command triggers:

  • project info
  • current project
  • show project
  • info projet
  • projet courant
  • afficher projet
  • project details

Project Information

Affiche les informations du projet courant (ou d'un chemin spécifié).

Exécution

# Projet courant
python "$MARKETPLACE_ROOT/scripts/project-registry.py" info

# Chemin spécifique
python "$MARKETPLACE_ROOT/scripts/project-registry.py" info "C:\chemin\vers\projet"

Informations affichées

  • Nom: Nom du projet (extrait du dossier)
  • Type: Type détecté (wordpress, hostinger, calibre, etc.)
  • Path: Chemin complet
  • Skills: Patterns de skills associés
  • Git: Remote git si disponible
  • Tags: Tags du projet
  • Découvert: Date de première découverte
  • Vu: Dernière fois vu lors d'un scan

Si le projet n'est pas enregistré

Projet non enregistré: C:\chemin\vers\projet
Utilisez 'discover' pour l'enregistrer.

Dans ce cas, utilisez /project-scan ou exécutez:

python "$MARKETPLACE_ROOT/scripts/project-registry.py" discover "C:\chemin\vers\projet"

スコア

総合スコア

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

レビュー

💬

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