Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

cognitive-signature-ide

يحتوي cognitive-signature-ide على 10 من skills المجمعة من Choppaaahh، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
10
Stars
2
محدث
2026-04-25
Forks
0
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

advisor
محللو الإدارة

Anthropic Claude Advisor pattern — consulted at executor inflection points (low-confidence extraction, ambiguous dimensions, conflicting governance, unexplained drift) for strategic reframe rather than parameter-tuning.

2026-04-25
enforce
مطوّرو البرمجيات

CogSig v2 enforcement layer — convert signature from inject-only to inject+act. PreToolUse hook checks every Edit/Write/MultiEdit against the active signature.json and warns or rejects per the user's selected mode.

2026-04-25
inject
مطوّرو البرمجيات

Prepend the current signature.json to Claude's context so code suggestions can mirror the user's style (Claude reads the signature each prompt and decides how closely to follow). INJECT-CONTEXT tier — see `skills/enforce/SKILL.md` + README "Architecture: Inject + Act" for the v2 force-mechanic. Auto-fires on every UserPromptSubmit via plugin hook; also invokable manually as `/cogsig inject`.

2026-04-25
toggle
مطوّرو البرمجيات

Slash command to enable, disable, or diff the cognitive signature injection.

2026-04-25
review
محللو ضمان جودة البرمجيات والمختبرون

Pattern-review surface for pending patterns. After extraction, diff new-signature vs permanent-signature — items at instance_count ≥ 2 not already in permanent become "pending." User approves / rejects / edits via slash commands, OR Claude surfaces them inline via inject.py next-response context.

2026-04-24
init
مطوّرو البرمجيات

One-command auto-seed from Claude Code session history. Scans ~/.claude/projects/**/*.jsonl, aggregates user-typed directives, runs extract → signature.json active. The default onboarding path.

2026-04-23
extract
مطوّرو البرمجيات

Call Opus 4.7 on cached code samples to produce a structured signature.json capturing the user's coding style.

2026-04-23
capture
مطوّرو البرمجيات

Sample recent code the user has written — most-recent commits + recent file edits — and stage them for signature extraction.

2026-04-22
import
مطوّرو البرمجيات

Load an imported signature JSON as the active signature. Sets origin=imported so Historian classifies any drift as EXPECTED.

2026-04-22
export
مطوّرو البرمجيات

Write a shareable signature JSON from the current signature.json. Stamps origin=self and optional team_id.

2026-04-21