Content & Writing
Page 20 of 60
Browse skills in this category.
cc-history
Content & Writingby solatis
Reference documentation for analyzing Claude Code conversation history files
incoherence
Content & Writingby solatis
Detect and resolve incoherence in documentation, code, specs vs implementation.
knowledge-worker-salaries
Content & WritingComprehensive global knowledge worker salary data with total market value calculations, sector breakdowns, geographic comparisons, and authoritative sources. USE WHEN discussing knowledge worker compensation, salary benchmarking, economic analysis of professional labor markets, or AI impact on wages.
octocode-research
Content & Writingby bgauryy
Code research for external (GitHub) and local code exploration. Initiate when user wants to research some code or implementation or finding docs anywhere
octocode-research
Content & Writingby bgauryy
Use when the user asks to "research code", "how does X work", "where is Y defined", "who calls Z", "trace code flow", "find usages", "explore this library", "understand the codebase", or needs deep code exploration with HTTP-based tool orchestration. For direct MCP tool research without the HTTP server, use octocode-researcher instead.
effective-shell-migration
Content & Writingby dwmkerr
This skill should be used when migrating book content to website, converting chapter formatting, or making any changes to migrated content. Use when the user mentions "migration", "book content", "chapter", or edits files in docs/ that correspond to book chapters.
apktool
Content & WritingAndroid APK unpacking and resource extraction tool for reverse engineering. Use when you need to decode APK files, extract resources, examine AndroidManifest.xml, analyze smali code, or repackage modified APKs.
chipsec
Content & WritingStatic analysis of UEFI/BIOS firmware dumps using Intel's chipsec framework. Decode firmware structure, detect known malware and rootkits (LoJax, ThinkPwn, HackingTeam, MosaicRegressor), generate EFI executable inventories with hashes, extract NVRAM variables, and parse SPI flash descriptors. Use when analyzing firmware .bin/.rom/.fd/.cap files offline without requiring hardware access.
jadx
Content & WritingAndroid APK decompiler that converts DEX bytecode to readable Java source code. Use when you need to decompile APK files, analyze app logic, search for vulnerabilities, find hardcoded credentials, or understand app behavior through readable source code.
picocom
Content & WritingUse picocom to interact with IoT device UART consoles for pentesting operations including device enumeration, vulnerability discovery, bootloader manipulation, and gaining root shells. Use when the user needs to interact with embedded devices, IoT hardware, or serial consoles.
telnetshell
Content & WritingUse telnet to interact with IoT device shells for pentesting operations including device enumeration, vulnerability discovery, credential testing, and post-exploitation. Use when the user needs to interact with network-accessible shells, IoT devices, or telnet services.
effect-patterns-building-apis
Content & Writingby PaulJPhilp
Effect-TS patterns for Building Apis. Use when working with building apis in Effect-TS applications.
effect-patterns-building-data-pipelines
Content & Writingby PaulJPhilp
Effect-TS patterns for Building Data Pipelines. Use when working with building data pipelines in Effect-TS applications.
effect-patterns-concurrency
Content & Writingby PaulJPhilp
Effect-TS patterns for Concurrency. Use when working with concurrency in Effect-TS applications.
effect-patterns-core-concepts
Content & Writingby PaulJPhilp
Effect-TS patterns for Core Concepts. Use when working with core concepts in Effect-TS applications.
effect-patterns-domain-modeling
Content & Writingby PaulJPhilp
Effect-TS patterns for Domain Modeling. Use when working with domain modeling in Effect-TS applications.
effect-patterns-error-management
Content & Writingby PaulJPhilp
Effect-TS patterns for Error Management. Use when working with error management in Effect-TS applications.
effect-patterns-observability
Content & Writingby PaulJPhilp
Effect-TS patterns for Observability. Use when working with observability in Effect-TS applications.
effect-patterns-platform
Content & Writingby PaulJPhilp
Effect-TS patterns for Platform. Use when working with platform in Effect-TS applications.
effect-patterns-platform-getting-started
Content & Writingby PaulJPhilp
Effect-TS patterns for Platform Getting Started. Use when working with platform getting started in Effect-TS applications.
effect-patterns-resource-management
Content & Writingby PaulJPhilp
Effect-TS patterns for Resource Management. Use when working with resource management in Effect-TS applications.
effect-patterns-scheduling
Content & Writingby PaulJPhilp
Effect-TS patterns for Scheduling. Use when working with scheduling in Effect-TS applications.
effect-patterns-streams
Content & Writingby PaulJPhilp
Effect-TS patterns for Streams. Use when working with streams in Effect-TS applications.
effect-patterns-streams-sinks
Content & Writingby PaulJPhilp
Effect-TS patterns for Streams Sinks. Use when working with streams sinks in Effect-TS applications.
effect-patterns-testing
Content & Writingby PaulJPhilp
Effect-TS patterns for Testing. Use when working with testing in Effect-TS applications.
effect-patterns-tooling-and-debugging
Content & Writingby PaulJPhilp
Effect-TS patterns for Tooling And Debugging. Use when working with tooling and debugging in Effect-TS applications.
effect-patterns-value-handling
Content & Writingby PaulJPhilp
Effect-TS patterns for Value Handling. Use when working with value handling in Effect-TS applications.
blogpost-creator
Content & Writingby Xe
Create new blogposts from a template or linkposts using the hydrate command.
safe-file-reader
Content & Writingby Xe
Read files without making changes. Use when you need read-only file access.
ralph-copywriter
Content & WritingUse this skill when the user asks to "analyze my content", "learn my writing style", "research competitors", "find content angles", "improve my blog", "write like me", "embody my brand voice", or mentions content strategy, voice analysis, competitive research, or iterative content improvement.
audit-extractor
Content & Writingby Layr-Labs
Extract findings from PDF audit reports and convert them to a markdown checklist. Use when the user asks to process an audit report, extract audit findings, or create an audit action items list. (project)
integration-test-writer
Content & Writingby Layr-Labs
Write Solidity integration tests for EigenLayer contracts. Use when the user asks to write integration tests, test user flows, test cross-contract interactions, or test upgrade scenarios. Follows project conventions with User/AVS actors and numbered action steps.
interface-lint
Content & Writingby Layr-Labs
Format and lint Solidity interface files following EigenLayer conventions. Use when the user asks to format an interface, add documentation to an interface, or create a new interface. Ensures proper organization with Errors/Events/Types sub-interfaces.
unit-test-writer
Content & Writingby Layr-Labs
Write Solidity unit tests for EigenLayer contracts. Use when the user asks to write tests, add test coverage, create unit tests, or test a function. Follows project conventions with per-function test contracts and mock dependencies.
github-assistant
Content & Writingby khaphanspace
GitHub workflow automation using `gh` CLI. Use when creating PRs, reviewing code, managing issues, auto-replying to fixed issues, adding comments, assigning users, managing labels, merging PRs, or checking CI status. Includes auto-reply script and Vietnamese templates.
binary-triage
Content & Writingby cyberkaida
Performs initial binary triage by surveying memory layout, strings, imports/exports, and functions to quickly understand what a binary does and identify suspicious behavior. Use when first examining a binary, when user asks to triage/survey/analyze a program, or wants an overview before deeper reverse engineering.
ctf-crypto
Content & Writingby cyberkaida
Solve CTF cryptography challenges by identifying, analyzing, and exploiting weak crypto implementations in binaries to extract keys or decrypt data. Use for custom ciphers, weak crypto, key extraction, or algorithm identification.
ctf-pwn
Content & Writingby cyberkaida
Solve CTF binary exploitation challenges by discovering and exploiting memory corruption vulnerabilities to read flags. Use for buffer overflows, format strings, heap exploits, ROP challenges, or any pwn/exploitation task.
ctf-rev
Content & Writingby cyberkaida
Solve CTF reverse engineering challenges using systematic analysis to find flags, keys, or passwords. Use for crackmes, binary bombs, key validators, obfuscated code, algorithm recovery, or any challenge requiring program comprehension to extract hidden information.
deep-analysis
Content & Writingby cyberkaida
Performs focused, depth-first investigation of specific reverse engineering questions through iterative analysis and database improvement. Answers questions like "What does this function do?", "Does this use crypto?", "What's the C2 address?", "Fix types in this function". Makes incremental improvements (renaming, retyping, commenting) to aid understanding. Returns evidence-based answers with new investigation threads. Use after binary-triage for investigating specific suspicious areas or when user asks focused questions about binary behavior.
api-contract-sync-manager
Content & Writingby ananddtyagi
Validate OpenAPI, Swagger, and GraphQL schemas match backend implementation. Detect breaking changes, generate TypeScript clients, and ensure API documentation stays synchronized. Use when working with API spec files (.yaml, .json, .graphql), reviewing API changes, generating frontend types, or validating endpoint implementations.
chief-architect
Content & Writingby ananddtyagi
PERSONAL APP ARCHITECT - Strategic development orchestrator for personal productivity applications. Analyzes project context, makes architectural decisions for single-developer projects, delegates to specialized skills, and ensures alignment between user experience goals and technical implementation. Optimized for personal apps targeting 10-100 users.
comprehensive-testing-verification
Content & Writingby ananddtyagi
MASTER Vue.js application testing with strict enforcement of verification protocols. Systematically test functionality with Playwright, validate bug fixes, verify features work, and enforce zero-tolerance policies for false success claims. MANDATORY testing with visual evidence before any deployment or functionality claims.
data-safety-auditor
Content & Writingby ananddtyagi
Comprehensive data safety auditor for Vue 3 + Pinia + IndexedDB + PouchDB applications. Detects data loss risks, sync issues, race conditions, and browser-specific vulnerabilities with actionable remediation guidance.
document-sync
Content & Writingby ananddtyagi
A robust skill that analyzes your app's actual codebase, tech stack, configuration, and architecture to ensure ALL documentation is current and accurate. It never assumes—always verifies and compares the live system with every documentation file to detect code-doc drift and generate actionable updates.
master-plan-manager
Content & Writingby ananddtyagi
Safe MASTER_PLAN.md management with backup, validation, and intelligent updates. Use when updating task tracking, adding features to roadmap, or modifying project documentation.
math-tools
Content & Writingby ananddtyagi
Deterministic mathematical computation using SymPy. Use for ANY math operation requiring exact/verified results - basic arithmetic, algebra (simplify, expand, factor, solve equations), calculus (derivatives, integrals, limits, series), linear algebra (matrices, determinants, eigenvalues), trigonometry, number theory (primes, GCD/LCM, factorization), and statistics. Ensures mathematical accuracy by using symbolic computation rather than LLM estimation.
plugin-creator
Content & Writingby ananddtyagi
Create, validate, and publish Claude Code plugins and marketplaces. Use this skill when building plugins with commands, agents, hooks, MCP servers, or skills.
safe-project-organizer
Content & Writingby ananddtyagi
Safely analyze and reorganize project structure with multi-stage validation, dry-run previews, and explicit user confirmation. Use when projects need cleanup, standardization, or better organization.
skill-creator-doctor
Content & Writingby ananddtyagi
Create, repair, maintain, and consolidate skills. This skill should be used when users want to create new skills, fix broken skills that won't load, diagnose skill system issues, maintain skill health, or consolidate duplicate/obsolete skills. Automatically detects and repairs common skill loading problems including missing registry entries, metadata format issues, and structural problems. Provides comprehensive skill ecosystem management including duplicate detection, merge workflows, and archival processes.
skills-manager
Content & Writingby ananddtyagi
Universal consolidation & audit skill for Claude Code skills. Analyzes project state, detects redundancies, and safely manages skills with backup, confirmations, and rollback capabilities. Never assumes without verifying actual code and usage patterns.
plain-docs
Content & Writingby dropseed
Retrieves detailed documentation for Plain packages. Use when looking up package APIs or feature details.
inline-cli
Content & Writingby inline-chat
Explain and use the Inline CLI (`inline`) for authentication, chats, users, spaces, messages, search, bots, typing, notifications, tasks, schema, attachments, downloads, JSON output, and configuration. Use when asked how to use the Inline CLI or its commands, flags, outputs, or workflows.
write-ios-macos-changelog
Content & Writingby inline-chat
Reads commits and changed files within a timeframe specified by user and compiles a changelog for both iOS and macOS.
expectations
Content & Writingby citypaul
Working expectations and documentation practices. Use when capturing learnings, documenting gotchas, recording architectural decisions, or understanding how to work with a codebase. Triggers on "document this", "remember this pattern", "what should I know about", or after completing significant features.
front-end-testing
Content & Writingby citypaul
Behavior-driven UI testing patterns. Covers Vitest Browser Mode (preferred) and DOM Testing Library. Use when testing any front-end application, writing UI tests, querying DOM elements, or simulating user interactions. For React-specific patterns, see the react-testing skill.
functional
Content & Writingby citypaul
Functional programming patterns with immutable data. Use when writing logic, data transformations, or encountering mutation bugs. Covers immutability violations catalog, pure functions, composition, early returns, and options objects. Do NOT over-apply heavy FP abstractions (monads, fp-ts) unless the project requires them.
mutation-testing
Content & Writingby citypaul
Mutation testing patterns for verifying test effectiveness. Use when analyzing branch code to find weak or missing tests.
react-testing
Content & Writingby citypaul
React component testing patterns including components, hooks, context, and forms. Covers Vitest Browser Mode with vitest-browser-react (preferred) and @testing-library/react. Use when testing React applications. For general UI testing patterns, see the front-end-testing skill.
refactoring
Content & Writingby citypaul
Refactoring assessment and patterns. Use after mutation testing validates test strength (MUTATE phase) to assess improvement opportunities.
typescript-strict
Content & Writingby citypaul
TypeScript strict mode patterns including schema-first development, branded types, type vs interface guidance, and tsconfig strict flags. Use when writing TypeScript code, defining types or schemas, or reviewing type safety. For immutability and pure function patterns, see the functional skill.
translate-skill
Content & Writingby djyde
Use this skill when you are doing localization and translation work.
test-script
Content & Writingby abhinav
Use when writing or modifying .txt test scripts in testdata/script/ for git-spice - covers txtar format, end-to-end testing, ShamHub forge simulation, interactive prompts, and golden file comparisons for branch operations and stack workflows.