CtrlK
BlogDocsLog inGet started
Tessl Logo

manage-ccv-projects

التعريف الأساسي لمسؤولية IM في cc-viewer: مساعدة المستخدم على إدارة مشاريع ccv على هذا الخادم. سواء سأل المستخدم «ماذا يمكنك أن تفعل / بماذا تستطيع مساعدتي»، أو «اعرض/ما هي المشاريع المتاحة» «ما الـ ccv التي شُغّلت» «أي المشاريع قيد التشغيل» «شغّل لي مشروع X / افتحه / ابدأ تشغيله» «أعطني عنوانًا يمكن فتحه على الهاتف/الشبكة المحلية»، أو حتى مجرد «hi / hello / مرحبا / السلام عليكم / أهلا» كتحية بسيطة دون طلب محدد، فينبغي في كل هذه الحالات استخدام هذه المهارة (عند التحية بادر بالتعريف عن نفسك وأخبر المستخدم بما يمكنك فعله). ما دامت الرسالة تتعلق بعرض مشاريع ccv أو تشغيلها أو الحصول على عنوان وصول، أو كانت مجرد تحية ومجاملة، فاسلك هذا الطريق أولًا — فهذا هو العمل الأصلي لـ IM، لا تتجاوزه لتُبدِع من تلقاء نفسك.

71

Quality

88%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

High

Do not use without reviewing

SKILL.md
Quality
Evals
Security

Quality

Content

85%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A well-structured, actionable skill body with clear workflows and explicit success/failure checkpoints for ccv project management. Its chief defect is that the companion script it depends on is not actually bundled, breaking the primary reference path.

Suggestions

Include `scripts/ccv-projects.mjs` in the bundle so the referenced execution path actually exists.

Consolidate the repeated «send the address verbatim, no pleasantries» guidance into one stated-once rule to tighten the body.

DimensionReasoningScore

Conciseness

Mostly lean operational guidance for a custom internal tool Claude would not know, but the «don't fabricate / don't add prefix or suffix» injunction is repeated across several sections and could be tightened.

4 / 5

Actionability

Fully executable, copy-paste-ready commands — `node scripts/ccv-projects.mjs <list|probe|start> [dir]`, the `list` and `start <dir>` forms — with concrete stdout contract (single address line) and an example address.

5 / 5

Workflow Clarity

Clear sequence (determine dir → start → branch on success/failure) with explicit validation checkpoints (success = one stdout address line; failure = non-zero exit, read stderr) and enumerated error-recovery guidance for common cases.

5 / 5

Progressive Disclosure

Sections are well-organized and the single companion-script reference is clearly signaled one level deep, but the referenced path `scripts/ccv-projects.mjs` is not present in the bundle, so a primary navigation target is missing.

3 / 5

Total

17

/

20

Passed

Description

91%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong, trigger-rich description that clearly scopes IM's ccv-project responsibility and enumerates natural user phrases including greetings. Its main weakness is mild verbosity and the broad greeting trigger that slightly raises conflict risk.

Suggestions

Trim the repeated justifications (e.g. «فهذا هو العمل الأصلي لـ IM، لا تتجاوزه...») to reduce length without losing triggers.

Narrow the greeting routing so a bare «hi» only triggers when no other skill fits, to lower conflict risk with general assistants.

DimensionReasoningScore

Specificity

Names the ccv-project domain and several concrete actions — «عرض المشاريع المتاحة»، «تشغيل مشروع»، «الحصول على عنوان وصول» — but stops short of fully enumerating every operation, leaving minor coverage gaps.

4 / 5

Completeness

Explicitly answers both what (manage ccv projects: display, run, deliver access address) and when (concrete trigger phrases plus bare greetings), with an explicit «Use when...»-style routing clause.

5 / 5

Trigger Term Quality

Quotes comprehensive natural trigger phrases verbatim including synonyms and greetings — «ماذا يمكنك أن تفعل»، «شغّل لي مشروع X / افتحه / ابدأ تشغيله»، «أعطني عنوانًا»، «hi / hello / مرحبا / السلام عليكم / أهلا».

5 / 5

Distinctiveness Conflict Risk

Clear ccv-on-this-server niche with distinct triggers, but routing bare greetings («hi / hello») to this skill creates minor overlap risk with general-assistant skills.

4 / 5

Total

18

/

20

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

referenced_paths_exist

Referenced path issues: 3 missing

Warning

Total

15

/

16

Passed

Repository
weiesky/cc-viewer
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.