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

smith

يحتوي smith على 32 من skills المجمعة من ATTCKDigital، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
32
Stars
46
محدث
2026-07-06
Forks
8
التغطية المهنية
7 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

smith-research
محللو أبحاث السوق ومتخصصو التسويق

Thorough, fact-based, hallucination-resistant research on a target website and the company behind it. Crawls the whole site, indexes it into a local vector store, runs deep background research (Bing/Reddit via stealth Playwright), then synthesizes a single fully-cited report where every published sentence is citation-gated and adversarially verified against stored evidence. Correctness over speed. All artifacts land in ~/Documents/smith-research/.

2026-07-06
smith
مطوّرو البرمجيات

Initialize SpecKit on a new or existing project — scans the codebase, interviews you about project details, and generates CLAUDE.md, constitution.md, and the full .specify/ scaffolding with commands and agents.

2026-06-26
smith-bugfix
مطوّرو البرمجيات

Lightweight fix workflow for bugs and small changes. Autonomous from invocation through merged PR — no questions gate, no spec generation, no planning phase.

2026-06-11
smith-debug
مطوّرو البرمجيات

Diagnostic workflow that systematically gathers evidence, identifies root causes, and produces a structured debug report. Read-only — does not modify code. Output feeds into /smith-bugfix if a fix is needed.

2026-06-11
smith-new
مطوّرو البرمجيات

Start a new feature from scratch or from conversation context. Conversational requirements gathering, planning, questions gate, then fully autonomous build.

2026-06-11
smith-build
مطوّرو البرمجيات

Autonomous build phase — generates tasks, implements, tests, commits, pushes, merges, and produces release notes. Runs without user interaction.

2026-06-10
smith-finish
مطوّرو البرمجيات

End-of-session workflow that commits, pushes, merges to main, updates specs, and cleans up the workspace.

2026-06-10
smith-sync
مطوّرو البرمجيات

Sweep team-shareable .smith/ artifacts (manifest, .meta describe layer, ledger, bank, agents, sessions) into a single chore commit and push directly to the default branch. Runs automatically at the end of smith-new / smith-bugfix / smith-debug, and can be run manually anytime. No-ops in repos that gitignore .smith/ wholesale.

2026-06-10
smith-help
الكتّاب التقنيون

Central reference for all Smith commands — overview, detailed help per command, syntax, flags, and workflow context.

2026-06-05
smith-index
مطوّرو البرمجيات

Build and maintain the project manifest under .smith/index/. Full rebuild scans every source file, runs language parsers, and writes per-file .meta, per-system manifests, and a top-level summary. Supports --check (hash-only staleness), --system (partial rebuild), --incremental (git-diff scope), --describe (per-file LLM descriptions via Task sub-agents — subscription billing), --migrate-templates (constitution.md / CLAUDE.md), --init-system-paths, and --resume.

2026-06-05
smith-update
مطوّرو البرمجيات

Update Smith to the latest upstream version. Compares the installed commit SHA against https://github.com/ATTCKDigital/smith main, prompts to update if behind, and refreshes global install (~/.claude/skills, ~/.claude/hooks, ~/.smith) plus per-project artifacts (.specify/scripts, .claude/commands/smith.*, CLAUDE.md / constitution.md via migrate-templates, optional manifest sidecar bootstrap). Workflow-gate compliant.

2026-06-05
smith-queue
مطوّرو البرمجيات

Manage a deferred task queue — add, list, process, remove, batch-execute, schedule, prioritize, and browse history of tasks stored in the vault.

2026-06-03
smith-checklist
مطوّرو البرمجيات

Generate a custom checklist for the current feature based on user requirements.

2026-06-03
smith-clarify
مطوّرو البرمجيات

Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.

2026-06-03
smith-constitution
مطوّرو البرمجيات

Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.

2026-06-03
smith-implement
مطوّرو البرمجيات

Execute the implementation plan by processing and executing all tasks defined in tasks.md

2026-06-03
smith-migrate-specs
مطوّرو البرمجيات

One-time migration of existing flat spec folders into the system-based hierarchy under .specify/systems/.

2026-06-03
smith-plan
مطوّرو البرمجيات

Execute the implementation planning workflow using the plan template to generate design artifacts.

2026-06-03
smith-specify
مطوّرو البرمجيات

Create or update the feature specification from a natural language feature description.

2026-06-03
smith-tasks
مطوّرو البرمجيات

Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.

2026-06-03
smith-migrate-system-paths
مطوّرو البرمجيات

One-time migration to add `paths:` YAML frontmatter to existing `.specify/systems/<id>/spec.md` files. Scans prose for path-like references (services/<X>/, backend/<X>/, frontend/<X>/, etc.), proposes a per-system list, and writes accepted frontmatter ABOVE the existing body. Use when a project grew system specs as prose and you want the Smith manifest v2 path-resolver tier 1 to bucket files correctly.

2026-06-02
smith-audit
مطوّرو البرمجيات

Run a comprehensive audit on a specific system or all systems. Prompts for system selection, then runs all sub-audits and produces a unified report.

2026-05-21
smith-explore
مطوّرو البرمجيات

Pre-change exploration — audits codebase for system-wide impacts, identifies touch points, and surfaces conflicts before proceeding with smith-new or other workflows.

2026-05-21
smith-navigate
مطوّرو البرمجيات

Manifest navigator. Returns must-read / should-read / reference file lists for a given task description by reading .smith/index/. Designed to be invoked by context-loader.sh hook AND directly by users (`/smith-navigate "where is auth?"`). Runs as a Haiku 4.5 sub-agent with a 3-second budget.

2026-05-21
smith-bank
السكرتيرون والمساعدون الإداريون (باستثناء القانوني والطبي والتنفيذي)

Captures ideas mid-conversation and stores them in the vault for later processing. Use when the user wants to save an idea, park a thought, or come back to something later. Supports listing, processing, editing, and prioritizing banked ideas.

2026-04-20
smith-ledger
مطوّرو البرمجيات

Browse, search, and manage the Smith Ledger — the accumulated patterns, antipatterns, tool preferences, and edge cases learned from past workflows. Use to review what Smith has learned, search for relevant patterns, prune outdated entries, or inspect the Ledger's evolution over time.

2026-04-20
smith-report
متخصصو إدارة المشاريع

Generate client-facing project reports from vault data — progress updates, decision logs, spec changelogs, or full audit reports.

2026-04-20
smith-todo
المشرفون الأوائل على عمال الترفيه (باستثناء خدمات القمار)

Manage daily todo lists stored in the vault. Supports listing, adding, completing, deferring, editing, removing items, reviewing past days, weekly overview, and completion stats.

2026-04-20
smith-vault
متخصصو إدارة المشاريع

Browse vault contents — session logs, sub-agent memory, and queue status.

2026-04-20
smith-analyze
محللو ضمان جودة البرمجيات والمختبرون

Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.

2026-04-13
smith-reflect
مطوّرو البرمجيات

Analyzes a completed Smith workflow (build, bugfix, audit) and extracts lessons about what worked and what didn't. Updates the Ledger with new patterns and antipatterns. Use after a workflow completes or fails, or manually to review recent work.

2026-04-13
smith-taskstoissues
متخصصو إدارة المشاريع

Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.

2026-04-13