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

nous

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

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

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

polishing-a-paragraph
المحررون

Use when polishing a paragraph of prose for clarity and rhythm, restructuring sentences, and de-LLMifying text.

2026-06-07
maintaining-a-marketplace
مطوّرو البرمجيات

Use when creating, releasing, or maintaining a Claude Code Plugin Marketplace - covers marketplace.json schema, version management, release checklists, changelog conventions, and validation to prevent sync drift between plugin.json and marketplace.json

2026-06-07
howto-code-in-rust
مطوّرو البرمجيات

Use when writing, reviewing, or modifying Rust code - covers error handling with thiserror+miette, type system patterns, async and serde conventions, testing crates, dependency pinning, and module organization

2026-06-07
finishing-a-development-branch
مطوّرو البرمجيات

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

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

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

2026-06-07
test-driven-development
مطوّرو البرمجيات

Use when implementing any feature or bugfix, before writing implementation code

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

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

2026-06-07
creating-a-plugin
مطوّرو البرمجيات

Use when creating a new Claude Code plugin or setting up plugin structure - provides complete file organization, manifest format, and component definitions for commands, agents, skills, hooks, and MCP servers

2026-06-07
creating-an-agent
مطوّرو البرمجيات

Use when creating specialized subagents for Claude Code plugins or the Task tool - covers description writing for auto-delegation, tool selection, prompt structure, and testing agents

2026-06-07
maintaining-project-context
مطوّرو البرمجيات

Use when completing development phases or branches to identify and update CLAUDE.md or AGENTS.md files that may have become stale - analyzes what changed, determines affected contracts and documentation, and coordinates updates

2026-06-07
testing-skills-with-subagents
محللو ضمان جودة البرمجيات والمختبرون

Use when creating or editing skills, before deployment, to verify they work under pressure and resist rationalization - applies RED-GREEN-REFACTOR cycle to process documentation by running baseline without skill, writing to address failures, iterating to close loopholes

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

Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization

2026-06-07
doing-a-simple-two-stage-fanout
مطوّرو البرمجيات

Use when analyzing a large corpus of text, code, or data that exceeds a single agent's effective context - orchestrates parallel Worker subagents, Critic review subagents, and a final Summarizer subagent with task tracking and failure recovery

2026-06-07
using-generic-agents
مطوّرو البرمجيات

Use to decide what kind of generic agent you should use

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

ALWAYS use this skill when writing or refactoring code. Includes context-dependent sub-skills to empower different coding styles across languages and runtimes.

2026-06-07
programming-in-react
مطوّرو البرمجيات

Use when writing or modifying React components, planning React features, or working with .jsx/.tsx files - provides modern React patterns with TypeScript, hooks usage, component composition, and common pitfalls to avoid

2026-06-07
writing-good-tests
محللو ضمان جودة البرمجيات والمختبرون

Use when writing or reviewing tests - covers test philosophy, condition-based waiting, mocking strategy, and test isolation

2026-06-07
asking-clarifying-questions
متخصصو إدارة المشاريع

Use after initial design context is gathered, before brainstorming - resolves contradictions in requirements, disambiguates terminology, clarifies scope boundaries, and verifies assumptions to prevent building the wrong solution

2026-06-07
brainstorming
متخصصو إدارة المشاريع

Use when creating or developing anything, before writing code or implementation plans - refines rough ideas into fully-formed designs through structured Socratic questioning, alternative exploration, and incremental validation

2026-06-07
implementing-a-plan
مطوّرو البرمجيات

Use when executing implementation plans with independent tasks in the current session - dispatches fresh subagent for each task, reviews once per phase, loads phases just-in-time to minimize context usage

2026-06-07
reviewing-code
محللو ضمان جودة البرمجيات والمختبرون

Use when completing tasks, implementing major features, or before merging to verify work meets requirements - dispatches morphe:code-reviewer subagent, handles retries and timeouts, manages review-fix loop until zero issues

2026-06-07
starting-a-design-plan
مطوّرو البرمجيات

Use when beginning any design process - orchestrates gathering context, clarifying requirements, brainstorming solutions, and documenting validated designs to create implementation-ready design documents

2026-06-07
starting-an-implementation-plan
مطوّرو البرمجيات

Use when beginning implementation from a design plan - orchestrates branch creation, detailed planning, and hands off to execution with all necessary context

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

Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions

2026-06-07
writing-design-plans
مطوّرو البرمجيات

Use after brainstorming completes - writes validated designs to .techne/tasks/ with structured format and discrete implementation phases required for creating detailed implementation plans

2026-06-07
writing-implementation-plans
مطوّرو البرمجيات

Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps assuming engineer has minimal domain knowledge

2026-06-07
property-based-testing
محللو ضمان جودة البرمجيات والمختبرون

Use when writing tests for serialization, validation, normalization, or pure functions - provides property catalog, pattern detection, and library reference for property-based testing

2026-06-04
prompt-security-hardening
محللو أمن المعلومات

Use when writing skills, CLAUDE.md files, agent prompts, or any directives that involve shell commands, environment variables, API credentials, file creation, or git operations - prevents secrets leakage into LLM context, unsafe shell patterns, and credential exposure

2026-06-02
writing-claude-directives
مطوّرو البرمجيات

Use when writing instructions that guide Claude behavior - skills, CLAUDE.md files, agent prompts, system prompts. Covers token efficiency, compliance techniques, and discovery optimization.

2026-06-02
writing-claude-md-files
مطوّرو البرمجيات

Use when creating or updating CLAUDE.md files for projects or subdirectories - covers top-level vs domain-level organization, capturing architectural intent and contracts, and mandatory freshness dates

2026-06-02
investigating-a-codebase
مطوّرو البرمجيات

Use when planning or designing features and need to understand current codebase state, find existing patterns, or verify assumptions about what exists; when design makes assumptions about file locations, structure, or existing code that need verification - prevents hallucination by grounding plans in reality

2026-05-25
researching-on-the-internet
مطوّرو البرمجيات

Use when planning features and need current API docs, library patterns, or external knowledge; when testing hypotheses about technology choices or claims; when verifying assumptions before design decisions - gathers well-sourced, current information from the internet to inform technical decisions

2026-05-25