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

crouton-kit

يحتوي crouton-kit على 37 من skills المجمعة من crouton-labs، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
37
Stars
25
محدث
2026-06-11
Forks
4
التغطية المهنية
9 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

prompting-effectively
متخصصو التدريب والتطوير

Structure Claude prompts for clarity and better results using roles, explicit instructions, context, positive framing, and strategic organization. Use when crafting prompts for complex tasks, long documents, tool workflows, or code generation.

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

Pause agent execution to have the human validate decisions, choose between options, answer freetext, or comment on a document — via the `hl` CLI. Every interaction is a kickoff that returns a job handle immediately; collect the human's answer later with `hl job result`. Use for material design decisions, approval gates, picks between meaningful alternatives, and markdown doc review. Not for trivial yes/no confirmations the agent should decide itself.

2026-05-28
review-design
مطوّرو البرمجيات

Validate technical designs against requirements for coverage, feasibility, and architectural soundness. Use after creating a design.

2026-05-12
review-plan
مطوّرو البرمجيات

Validate implementation plans against requirements and design. Use after creating a plan to ensure full coverage and no ambiguities.

2026-05-12
review-requirements
متخصصو إدارة المشاريع

Validate requirements documents for EARS compliance, completeness, and consistency. Use after creating requirements.

2026-05-12
cli-design
مديرو الشبكات وأنظمة الحاسوب

Design CLIs for humans and LLM agents — subcommand shape, output streams, exit codes, JSON modes, TTY-aware color, structured errors, mutation safety. Use when building or refactoring a CLI, adding machine-readable output, writing --help, deciding stdout vs stderr, or making a tool agent-friendly.

2026-05-12
debugging
مطوّرو البرمجيات

Systematic debugging methodologies for hard bugs. Covers rubber ducking, code tracing, hypothesis testing, logging strategies. Use when stuck on bugs that resist quick fixes.

2026-05-12
testing
محللو ضمان جودة البرمجيات والمختبرون

Test writing and fixing methodology. Covers TDD, investigating failures, and delegating fixes to agents. Use when writing tests or diagnosing test failures.

2026-05-12
runtime-verification
محللو ضمان جودة البرمجيات والمختبرون

Verify that a code change actually does what it's supposed to by running the app and observing behavior. Use when asked to verify a PR, confirm a fix works, test a change manually, check that a feature works, or validate local changes before pushing.

2026-05-12
commands-authoring
مطوّرو البرمجيات

Guide to writing slash commands for Claude Code. Use when creating commands that set mode, constraints, or workflows invoked via /command-name.

2026-05-11
skills-authoring
مطوّرو البرمجيات

Guide to writing SKILL.md files for Claude Code. Use when creating skills that provide on-demand reference, methodology, or workflow guidance.

2026-05-04
modes-authoring
مطوّرو البرمجيات

Guide to writing ai-cli mode files. Use when creating modes for non-interactive Claude Code sessions — preconfigured agent runs with locked-in system prompts, model selection, and prompt wrappers.

2026-05-04
claude-md-authoring
مطوّرو البرمجيات

Best practices for writing effective CLAUDE.md files. Use when creating, updating, or auditing CLAUDE.md files for projects or directories.

2026-05-04
hooks
مطوّرو البرمجيات

Guide to Claude Code hooks — lifecycle events, handler types, decision control, and common patterns. Use when creating, debugging, or planning hooks for guardrails, context injection, quality gates, notifications, or automation.

2026-05-04
rules-authoring
مطوّرو البرمجيات

Guide to writing .claude/rules/*.md files — auto-applied constraints scoped by file patterns. Use when creating or updating rules for code conventions, quality standards, or file-specific guidance.

2026-05-04
termrender
مطوّرو البرمجيات

Rich terminal rendering of directive-flavored markdown. Panels, trees, columns, callouts, mermaid diagrams, syntax-highlighted code, diffs, charts, KPI tiles, timelines, tasklists, and inline badges — rendered as ANSI output or displayed in a tmux side pane. Use when producing visual output, diagrams, or structured terminal displays.

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

Browser automation and UI validation via the capture CLI. Interact with pages using accessibility-driven click, type, screenshot, a11y tree, JS exec, and HAR recording over CDP. Use when validating UI state, testing features in the browser, or manipulating a running web app.

2026-04-18
structured-output
مطوّرو البرمجيات

Get reliable typed JSON from LLMs using constrained decoding, JSON Schema, Zod, Pydantic, and Instructor. Use when implementing structured output, JSON schema validation, typed API responses, constrained generation, Zod schemas, Pydantic models, schema design for LLM extraction, streaming structured data, or debugging malformed JSON responses from models.

2026-04-16
frontend-design
مطوّرو الويب

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

2026-04-16
interface-design
مصممو واجهات الويب والرقمية

This skill is for interface design — dashboards, admin panels, apps, tools, and interactive products. NOT for marketing design (landing pages, marketing sites, campaigns).

2026-04-16
ux-design
مصممو واجهات الويب والرقمية

UX design principles, heuristics, and evaluation frameworks. Use when reviewing interface usability, planning user flows, evaluating designs against heuristics, or applying UX methodology to any product — web, mobile, CLI, or AI.

2026-04-16
grove-context
مديرو الشبكات وأنظمة الحاسوب

Grove instance awareness — shows which parallel instance you're in, sibling instances, port mappings, and how to avoid cross-instance collisions. Use when working in a grove-managed project, checking ports, or coordinating with other instances.

2026-04-15
frontend-mockup
مطوّرو الويب

Build interactive HTML mockups that match the project's actual theme for UX exploration and design review. Use when the user wants to visualize a UI concept, compare design options, or prototype a feature before implementing it in the real codebase.

2026-04-14
context-management
مطوّرو البرمجيات

Token budgeting, placement effects, RAG patterns, prompt caching, compression, and multi-turn context strategies for LLM applications. Use when dealing with context windows, token budgets, retrieval-augmented generation, long context, context overflow, caching costs, observation masking, or compressing LLM inputs.

2026-04-12
eval-and-quality-gates
محللو ضمان جودة البرمجيات والمختبرون

Evaluation strategies and quality gates for LLM systems. LLM-as-judge implementation, prompt regression testing, structural and semantic validation pipelines, production monitoring, guardrails, and metrics that actually work. Use when building evals, setting up CI quality gates, testing prompts, measuring output quality, detecting regressions, or adding safety guardrails to AI applications.

2026-04-12
multi-agent-orchestration
مطوّرو البرمجيات

Design and implement multi-agent LLM systems. Covers orchestrator patterns, parallel agent coordination, pipeline architecture, hierarchical delegation, agent communication, and failure handling. Use when building multi-agent workflows, coordinating parallel agents, designing orchestrators, splitting tasks across agents, or debugging multi-agent failures.

2026-04-12
output-variety
مطوّرو البرمجيات

Techniques for getting varied, non-repetitive outputs from repeated LLM calls. Use when building systems that call LLMs in loops, generating personality lines, commentary, names, or any repeated creative text where outputs feel samey or cliche.

2026-04-12
scripts-and-tooling
مطوّرو البرمجيات

Guide to creating CLI tools and scripts that augment Claude Code. Use when building bin/ executables, automation scripts, hook handlers, or tooling that abstracts repeated agent workflows.

2026-04-12
system-vs-user-prompt
مطوّرو البرمجيات

What belongs in system prompt vs user prompt and why. Placement decisions for API calls, system messages, and prompt architecture — system as identity/constraints/tools, user as task/context/state. Use when designing system prompts, structuring API calls, deciding where instructions belong, writing prompts for production systems, or debugging instruction compliance.

2026-04-12
tool-design
مطوّرو البرمجيات

Design tool interfaces for LLM agents — descriptions, parameter schemas, error messages, granularity, and composition. Use when creating function calling tools, building MCP servers, designing agent tool interfaces, writing tool descriptions, or debugging why a model calls the wrong tool, hallucinates parameters, or fails to call a tool at all.

2026-04-12
humanizer
الكتّاب والمؤلفون

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, passive voice, negative parallelisms, and filler phrases.

2026-04-03
llm-social-posting-guide
محللو أبحاث السوق ومتخصصو التسويق

Write social media posts for X (Twitter) and LinkedIn that avoid AI tells, pass platform algorithms, and drive engagement. Use when drafting posts, threads, or content for X or LinkedIn.

2026-03-05
silas-x-posting-guide
محللو أبحاث السوق ومتخصصو التسويق

Write X (Twitter) posts in Silas's voice—direct, dense, practitioner-first style with thinking-out-loud cadence. Use when drafting tweets, threads, or X content as Silas.

2026-03-05
x-growth
محللو أبحاث السوق ومتخصصو التسويق

X (Twitter) growth strategy — engagement tactics, posting frequency, community building, and audience growth. Use when planning X engagement, commenting strategy, or growth activities.

2026-03-05
linear-cli
مطوّرو البرمجيات

This skill should be used when the user asks to "create a Linear issue", "list Linear tickets", "start working on a ticket", "update Linear issue", "link PR to Linear", "view issue details", mentions "linear issue", "DEV-xxx", or needs to manage Linear issues from the command line.

2026-02-13
rule-identifier
مطوّرو البرمجيات

This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.

2026-02-09
a-name
مطوّرو البرمجيات

a description

2026-01-11