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

termstack

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

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

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

debug-fix
مطوّرو البرمجيات

Find and fix a bug or issue — from any source (GitHub issue, error message, user report, or observed behavior)

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

Review code changes or a pull request — delegates to specialist agents for code quality, security, performance, and documentation.

2026-04-16
refactor
مطوّرو البرمجيات

Safely refactor code with test coverage as a safety net

2026-04-16
ship
مطوّرو البرمجيات

Scan changes, commit, push, and create a PR — with confirmation at each step

2026-04-16
tdd
مطوّرو البرمجيات

Test-Driven Development loop — write a failing test first, then the minimum code to pass it, then refactor. Repeat.

2026-04-16
test-writer
محللو ضمان جودة البرمجيات والمختبرون

Write comprehensive tests for new or changed code. Use automatically when new features are added, functions are created, or behavior is modified.

2026-04-16
algorithmic-art
مطوّرو البرمجيات

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.

2026-04-10
async-python-patterns
مطوّرو البرمجيات

Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.

2026-04-10
audit-flow
محللو أمن المعلومات

Interactive system flow tracing across CODE, API, AUTH, DATA, NETWORK layers with SQLite persistence and Mermaid export. Use for security audits, compliance documentation, flow tracing, feature ideation, brainstorming, debugging, architecture reviews, or incident post-mortems. Triggers on audit, trace flow, document flow, security review, debug flow, brainstorm, architecture review, post-mortem, incident review.

2026-04-10
auth-bypass
محللو أمن المعلومات

Test for authentication bypass, broken access control, IDOR, and JWT vulnerabilities. Use when testing authorization controls, when escalating privileges, when manipulating tokens, or when the user needs to verify access control implementation.

2026-04-10
writing-antipatterns
الكتّاب والمؤلفونالمحررون

When editing, creating, writing content and articles to avoid AI writing patterns ("AI-isms") that make text sound machine-generated. Follow the guidelines in the skill description to audit, rewrite, and summarize changes.

2026-04-10
blog-writing-guide
الكتّاب التقنيون

Write, review, and improve blog posts for the Sentry engineering blog following Sentry's specific writing standards, voice, and quality bar. Use this skill whenever someone asks to write a blog post, draft a technical article, review blog content, improve a draft, write a...

2026-04-10
brand-guidelines
مديرو الفن

Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.

2026-04-10
caching
مطوّرو البرمجيات

Caching strategies — invalidation, TTL guidelines, cache keys, cache layers, and when not to cache. Use when implementing or reviewing caching logic.

2026-04-10
canvas-design
المصممون الجرافيكيون

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

2026-04-10
claude-api
مطوّرو البرمجيات

Build apps with the Claude API or Anthropic SDK. TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`/`claude_agent_sdk`, or user asks to use Claude API, Anthropic SDKs, or Agent SDK. DO NOT TRIGGER when: code imports `openai`/other AI SDK, general programming, or ML/data-science tasks.

2026-04-10
cloud-enum
محللو أمن المعلومات

Enumerate public cloud storage buckets and resources across AWS, Azure, GCP, and other providers. Use when targeting cloud infrastructure, when discovering misconfigured storage, or when the user mentions S3 buckets or cloud assets.

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

Provides verification checklists for code review including acceptance criteria validation, specification compliance checking, OWASP security patterns, and evidence-based assessment. Use when verifying task implementation quality.

2026-04-10
vercel-composition-patterns
مطوّرو البرمجيات

React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.

2026-04-10
context-gathering
مطوّرو البرمجيات

Guides multi-pass codebase research using semantic search, grep, and file exploration. Produces structured context maps with primary files, secondary files, patterns, and implementation sequences. Use when researching a codebase before implementation.

2026-04-10
ctf-crypto-attack-templates
محللو أمن المعلومات

Cryptographic attack templates for CTF challenges. Provides ready-to-run Python scripts for RSA attacks (small-e, Wiener, Hastad, common modulus, factorization), AES exploitation (ECB byte-at-a-time, CBC bit-flipping, padding oracle), hash attacks (length extension, collision), XOR key recovery, and Z3 constraint solving. Use when attacking RSA implementations, when exploiting block cipher misuse, when performing frequency analysis, when using Z3 for constraint satisfaction, or when automating crypto challenge solves.

2026-04-10
ctf-encoding-chains
محللو أمن المعلومات

Encoding detection and multi-layer decoding chains for CTF challenges. Provides Python templates for automated encoding identification, iterative base64/hex/binary/URL/rot13 decoding, XOR brute-force with frequency analysis, nested encoding unwrapping, custom alphabet detection, and esoteric encoding systems. Use when encountering unknown encodings in CTF data, when peeling multi-layer encoding wrappers, when brute-forcing XOR keys using character frequency, or when building automated decoders for misc/crypto challenges.

2026-04-10
ctf-forensics-extraction
محللو أمن المعلومات

Digital forensics extraction pipelines for CTF challenges — binwalk, Volatility, PCAP, steganography, disk images, metadata. Lean skill with on-demand reference files.

2026-04-10
ctf-pwntools-boilerplate
محللو أمن المعلومات

Pwntools exploit boilerplate for CTF binary exploitation. Provides ready-to-use templates for remote/local process interaction, ROP chain construction, format string attacks, shellcode generation, and interactive shell management. Use when writing binary exploits, when connecting to challenge services with pwntools, when building ROP chains, when exploiting format string vulnerabilities, or when automating pwn challenge solves.

2026-04-10
ctf-service-interaction
محللو أمن المعلومات

Network service interaction patterns for CTF — socket clients, multi-round solvers, flag extraction, PoW solvers. Lean skill with on-demand reference files.

2026-04-10
ctf-solver
محللو أمن المعلومات

Solve CTF (Capture The Flag) challenges by analyzing challenge descriptions, source code, and interacting with challenge environments to capture flags.

2026-04-10
cve-advisory
محللو أمن المعلومات

Write CVE-format security advisories following MITRE CNA operational rules and CVE Record schema. Use when publishing vulnerability disclosures, preparing coordinated disclosure documentation, or creating vendor security advisories that require CVE identifiers.

2026-04-10
database-patterns
مصممو قواعد البيانات

Database design patterns: schema design, migration conventions, indexing strategies, and query optimization. Use when designing schemas, writing migrations, or optimizing queries.

2026-04-10
delegation-protocol
المديرون العامون ومديرو العمليات

Defines the structured delegation protocol for coordinator-to-subagent communication. Includes base parameter requirements, agent-specific parameters, anti-laziness checklists, and RESULT block parsing. Use when delegating work to subagents.

2026-04-10
dependency-audit
محللو أمن المعلومات

Dependency auditing: vulnerability scanning, license compliance, outdated package detection, and update strategies. Use when checking or updating project dependencies.

2026-04-10
deploy-to-vercel
مطوّرو البرمجيات

Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment".

2026-04-10
devops-cicd
مديرو الشبكات وأنظمة الحاسوب

CI/CD and DevOps patterns: GitHub Actions workflows, Docker best practices, environment configuration, and deployment checklists. Use when configuring pipelines, containers, or deployments.

2026-04-10
dns-recon
محللو أمن المعلومات

Perform comprehensive DNS reconnaissance including record enumeration, zone transfers, and reverse lookups. Use when gathering DNS information about a target, when checking for zone transfers, when mapping DNS infrastructure, or when the user asks about DNS records.

2026-04-10
doc-coauthoring
أمناء سر المدراء والمساعدون الإداريون التنفيذيون

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.

2026-04-10
docx
السكرتيرون والمساعدون الإداريون (باستثناء القانوني والطبي والتنفيذي)

Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.

2026-04-10
endpoint-discovery
محللو أمن المعلومات

Discovers URLs, endpoints, and paths from web applications using katana, gospider, and gau. Use when needing to enumerate application endpoints, find hidden paths, gather historical URLs, or map web application structure during reconnaissance.

2026-04-10
error-monitoring
مديرو الشبكات وأنظمة الحاسوب

Error monitoring and observability: tool comparison (Sentry, LogRocket, DataDog, New Relic), Sentry setup, structured logging, React error boundaries, alerting, and source maps. Use when setting up error tracking, observability, or debugging production issues.

2026-04-10
ffuf-fuzz
محللو أمن المعلومات

Perform web fuzzing for content discovery, parameter enumeration, and virtual host detection using ffuf. Use when directory or file discovery is needed, when fuzzing parameters for hidden endpoints, when enumerating virtual hosts, or when brute-forcing authentication.

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

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.

2026-04-10
git-workflow
مطوّرو البرمجيات

Git workflow conventions: conventional commits, branch naming, PR templates, merge strategy, and changelog generation. Use when creating commits, branches, or pull requests.

2026-04-10
عرض أهم 40 من أصل 89 skills مجمعة في هذا المستودع.