Content & Writing
Page 57 of 64
Browse skills in this category.
recursive-knowledge
Content & Writingby aiskillstore
Process large document corpora (1000+ docs, millions of tokens) through knowledge graph construction and stateful multi-hop reasoning. Use when (1) User provides a large corpus exceeding context limits, (2) Questions require connections across multiple documents, (3) Multi-hop reasoning needed for complex queries, (4) User wants persistent queryable knowledge from documents. Replaces brute-force document stuffing with intelligent graph traversal.
refactor-code
Content & Writingby aiskillstore
コードリファクタリングスキル(DRY原則適用、複雑度削減、パフォーマンス最適化、デグレーション防止)
refactoring
Content & Writingby aiskillstore
Systematic refactoring with small-step discipline. Use when user says 'refactor', 'clean up', 'restructure', 'extract', 'rename', 'simplify', or mentions code smells. Enforces one change → test → commit cycle. For structural improvements, NOT style/formatting (use /lint). NOT for adding features or fixing bugs.
reflect-on-work
Content & Writingby aiskillstore
Pattern for producing quality reflections after completing work. Required for all agent outputs.
release
Content & Writingby aiskillstore
Create a new version release with git tag and GitHub Release. Use when user asks to release, publish, create a new version, or ship a release. (project)
releasing-versions
Content & Writingby aiskillstore
Manages release preparation including validation, version bumping, documentation verification, and security checks.
remix-cache
Content & Writingby aiskillstore
A type-safe, Redis-backed caching library for Remix applications with SSE-based real-time invalidation, stale-while-revalidate, pattern matching, and automatic React revalidation. Use when working with Remix caching, Redis, cache invalidation, implementing caching strategies, or real-time data synchronization in Remix apps.
remote-system-maintenance
Content & Writingby aiskillstore
This skill should be used when performing maintenance or diagnostics on remote Linux systems. Triggers on "remote server", "Linux maintenance", "Ubuntu cleanup", "Debian", "disk space", "apt cleanup", "journal vacuum", "snap cleanup", "system diagnostics". Provides structured three-phase checklists with quantification.
render-info
Content & Writingby aiskillstore
Using the RendererInfo class in Blazor to detect rendering context and interactivity.
repairing-signal-tower
Content & Writingby aiskillstore
信号塔修复 - Stella尝试修复或建造信号发射装置,希望联系地球或发送求救信号
repo-docs
Content & Writingby aiskillstore
This skill should be used when the user asks to "generate repository documentation", "create a README", "document API", "write architecture docs", "add CONTRIBUTING guide", "update repo docs", "document codebase", or mentions repository documentation, codebase analysis, or cross-repository integration documentation.
repo-metadata
Content & Writingby aiskillstore
This skill should be used when the user asks to "generate repository metadata", "create catalog-info.yaml", "add repo metadata", "document repository structure", or mentions generating structured metadata for service catalog or architecture documentation.
report-generator
Content & Writingby aiskillstore
Generate professional markdown and HTML reports from data with charts, tables, and analysis.
report-writing
Content & Writingby aiskillstore
작업 완료 후 상세 리포트 문서를 작성. 변경 이력, 영향도 분석, 검증 결과를 문서화할 때 사용. 파일명 규칙 YYYY-MM-DD-<제목>-report.md
requirements-elicitation
Content & Writingby aiskillstore
Requirements gathering and elicitation techniques for business analysis. Use when conducting stakeholder interviews, gathering functional/non-functional requirements, or identifying gaps in requirements.
research
Content & Writingby aiskillstore
Multi-source parallel research with confidence-based synthesis.
research-agent-optimization
Content & Writingby aiskillstore
Optimize the research agent for rate limit handling, API call efficiency, web search integration fixes, and improved streaming UX with granular progress updates and source attribution.
research-driven-planning
Content & Writingby aiskillstore
Loop 1 of the Three-Loop Integrated Development System. Research-driven requirements analysis with iterative risk mitigation through 5x pre-mortem cycles using multi-agent consensus. Feeds validated, risk-mitigated plans to parallel-swarm-implementation. Use when starting new features or projects requiring comprehensive planning with <3% failure confidence and evidence-based technology selection.
research-fact-checker
Content & Writingby aiskillstore
Assists authors in researching topics, verifying facts, and ensuring accuracy in their writing. Particularly useful for historical fiction, non-fiction, science fiction, and any genre requiring real-world accuracy. Use when the user needs help with research or fact-checking.
research-merge
Content & Writingby aiskillstore
Processes research branches from Claude Code Web sessions - merges content, moves docs to docs/research/, and creates GitHub issues. Use when /popkit:next detects research branches or when manually processing research from mobile sessions. Do NOT use for regular feature branches - only for branches matching claude/research-* or containing research documentation.
research-storage
Content & Writingby aiskillstore
Research file storage conventions and templates for dokhak agents. Use when: (1) saving research results from research-collector or researcher agents, (2) reading cached research files, (3) checking if research exists for a section. Provides directory structure, file format templates, and naming conventions.
researching-best-practices
Content & Writingby aiskillstore
Automatically activated when user asks "what's the best way to...", "how should I...", "what are best practices for...", or requests recommendations, industry standards, or proven approaches for implementing features
researching-with-deepwiki
Content & Writingby aiskillstore
Research GitHub, GitLab, and Bitbucket repositories using DeepWiki MCP server. Use when exploringunfamiliar codebases, understanding project architecture, or asking questions about how a specificopen-source project works. Provides AI-powered repo analysis and RAG-based Q&A about source code.NOT for fetching library API docs (use fetching-library-docs instead) or local files.
resilience-analysis
Content & Writingby aiskillstore
Assess error handling, isolation boundaries, and recovery mechanisms in agent frameworks. Use when (1) tracing error propagation paths, (2) evaluating sandboxing for code execution, (3) understanding retry and fallback mechanisms, (4) assessing production readiness, or (5) identifying failure modes and recovery patterns.
resource-monitor
Content & Writingby aiskillstore
Monitor system resources (CPU, memory, disk, network) during development and production.
rest-patterns
Content & Writingby aiskillstore
Quick reference for RESTful API design patterns, HTTP semantics, caching, and rate limiting. Triggers on: rest api, http methods, status codes, api design, endpoint design, api versioning, rate limiting, caching headers.
review-architecture
Content & Writingby aiskillstore
アーキテクチャレビュースキル(設計整合性、コーディング規約、ドキュメント整合性の確認)
review-changes
Content & Writingby aiskillstore
Code review of current git changes, compare to related plan if exists, identify bad engineering, over-engineering, or suboptimal solutions. Use when user asks to review changes, check git diff, validate implementation quality, or assess code changes.
review-code
Content & Writingby aiskillstore
Provides a structured workflow for planning and executing code reviews like a senior engineer. Use when asked to review code, PRs, or plan a code review task.
reviewing-code
Content & Writingby aiskillstore
Use when reviewing code changes, checking PRs, or evaluating code quality.
reviewing-dotnet-code
Content & Writingby aiskillstore
Reviews and generates .NET/C# code following Microsoft conventions and modern patterns.Use when reviewing C# files, writing .NET code, refactoring, or when user mentions"C#", ".NET", "dotnet", "csharp", or asks about naming conventions in .NET projects.
reviewing-pull-requests
Content & Writingby aiskillstore
Pull request workflow and review expertise. Auto-invokes when PRs, code review, merge, or pull request operations are mentioned. Integrates with self-improvement plugin for quality validation.
rn-auth
Content & Writingby aiskillstore
React Native authentication patterns for Expo apps. Use when implementing login flows, Google/Apple sign-in, token management, session handling, or debugging auth issues in Expo/React Native.
rn-native-features
Content & Writingby aiskillstore
Native iOS features in Expo React Native apps. Use when implementing camera, push notifications, haptics, permissions, device sensors, or other native APIs in Expo.
rn-navigation
Content & Writingby aiskillstore
Expo Router navigation patterns for React Native. Use when implementing navigation, routing, deep links, tab bars, modals, or handling navigation state in Expo apps.
rn-observability
Content & Writingby aiskillstore
Logging, error messages, and debugging patterns for React Native. Use when adding logging, designing error messages, debugging production issues, or improving code observability.
rn-performance
Content & Writingby aiskillstore
Performance optimization for React Native. Use when optimizing lists, preventing re-renders, memoizing components, or debugging performance issues in Expo/React Native apps.
rn-state-flows
Content & Writingby aiskillstore
Complex multi-step operations in React Native. Use when implementing flows with multiple async steps, state machine patterns, or debugging flow ordering issues.
rn-styling
Content & Writingby aiskillstore
Styling patterns for React Native with NativeWind and BrandColors. Use when working with styles, themes, colors, responsive layouts, or platform-specific UI in Expo/React Native.
rn-testing
Content & Writingby aiskillstore
Testing patterns for React Native with Jest and React Native Testing Library. Use when writing tests, mocking Expo modules, testing Zustand stores, or debugging test failures.
router
Content & Writingby aiskillstore
Intelligent routing layer that analyzes requests and directs them to the most appropriate Skills, Agents, or Commands
ru
Content & Writingby aiskillstore
Repo Updater - Multi-repo synchronization with AI-assisted review orchestration. Parallel sync, agent-sweep for dirty repos, ntm integration, git plumbing. 17K LOC Bash CLI.
run-linters
Content & Writingby aiskillstore
Run linters after code changes to verify code quality. Use this skill after completing code modifications to catch and fix any linting issues.
run-tests
Content & Writingby aiskillstore
How to run tests in this project. Load when implementing or verifying code.
rust-cargo-assistant
Content & Writingby aiskillstore
Cargo build system, crate management, and Rust project configuration assistance.
rust-development
Content & Writingby aiskillstore
Rust development best practices for the Guts project - idiomatic code, error handling, async patterns, and commonware integration
rxjs-patterns-for-angular
Content & Writingby aiskillstore
Implement RxJS patterns for reactive programming in Angular. Use this skill when working with Observables, operators, subscriptions, async data flows, and error handling. Covers common patterns like combineLatest, switchMap, debounceTime, catchError, retry logic, and integration with Angular Signals using toSignal() and toObservable(). Ensures proper subscription cleanup with takeUntilDestroyed().
s3-upload-handler
Content & Writingby aiskillstore
Handle S3 file uploads including UI components, client-side logic, and server-side processing
safe-edit
Content & Writingby aiskillstore
Automatically backs up files, saves diffs, uses agents/skills, and ensures modular code (<200 lines) before any implementation. Use this skill for ALL code changes to ensure safe, reversible, and clean implementations.
sandbox-configurator
Content & Writingby aiskillstore
Configure Claude Code sandbox security with file system and network isolation boundaries
scaffolding-fastapi-dapr
Content & Writingby aiskillstore
Build production-grade FastAPI backends with SQLModel, Dapr integration, and JWT authentication.Use when building REST APIs with Neon PostgreSQL, implementing event-driven microservices withDapr pub/sub, scheduling jobs, or creating CRUD endpoints with JWT/JWKS verification.NOT when building simple scripts or non-microservice architectures.
scaffolding-openai-agents
Content & Writingby aiskillstore
Builds AI agents using OpenAI Agents SDK with async/await patterns and multi-agent orchestration.Use when creating tutoring agents, building agent handoffs, implementing tool-calling agents, or orchestrating multiple specialists.Covers Agent class, Runner patterns, function tools, guardrails, and streaming responses.NOT when using raw OpenAI API without SDK or other agent frameworks like LangChain.
scenario-testing
Content & Writingby aiskillstore
This skill should be used when writing tests, validating features, or needing to verify code works. Triggers on "write tests", "add test coverage", "validate feature", "integration test", "end-to-end", "e2e test", "mock", "unit test". Enforces scenario-driven testing with real dependencies in .scratch/ directory.
schema-alignment
Content & Writingby aiskillstore
Detect and report drift between database schema and code data models. Works with SQLAlchemy, Django ORM, Prisma, TypeORM, and other ORMs. Generic across any project.
schema-visualizer
Content & Writingby aiskillstore
Generate database schema diagrams, ERDs, and documentation from database schemas.
scholar-evaluation
Content & Writingby aiskillstore
Apply the ScholarEval framework to systematically evaluate scholarly and research work. This skill provides structured evaluation methodology based on peer-reviewed research assessment criteria, en...
scoop-ui-refactor
Content & Writingby aiskillstore
Project-specific UI refactor workflow for the Scoop news platform in /home/bender/classwork/Thesis. Use when updating Scoop frontend layouts, globe UX, research workspace, and brand docs while preserving all features and enforcing a no-emoji policy across UI, logs, and docs.
screen-reader-testing
Content & Writingby aiskillstore
Test web applications with screen readers including VoiceOver, NVDA, and JAWS. Use when validating screen reader compatibility, debugging accessibility issues, or ensuring assistive technology support.
screenfull-fullscreen-api
Content & Writingby aiskillstore
Implement fullscreen functionality using screenfull library for cross-browser fullscreen support in ng-events project
scribe-mcp-usage
Content & Writingby aiskillstore
Operate the local Scribe MCP for any ~/projects/* repo; use when registering the server, setting projects, drafting ARCH/PHASE/CHECKLIST via manage_docs, or logging work with append_entry/get_project safeguards.
search-enhancer
Content & Writingby aiskillstore
Enhanced code search with semantic understanding, pattern matching, and intelligent query interpr...
security-analyzer
Content & Writingby aiskillstore
Comprehensive security vulnerability analysis for codebases and infrastructure. Scans dependencies (npm, pip, gem, go, cargo), containers (Docker, Kubernetes), cloud IaC (Terraform, CloudFormation), and detects secrets exposure. Fetches live CVE data from OSV.dev, calculates risk scores, and generates phased remediation plans with TDD validation tests. Use when users mention security scan, vulnerability, CVE, exploit, security audit, penetration test, OWASP, hardening, dependency audit, container security, or want to improve security posture.
security-audit
Content & Writingby aiskillstore
Security auditing and vulnerability assessment specialist. Use when conducting
security-checklist
Content & Writingby aiskillstore
Use this skill when implementing security measures or conducting security audits. Provides OWASP Top 10 mitigations, authentication patterns, input validation strategies, and compliance guidelines. Ensures applications are secure against common vulnerabilities.