
alirezarezvani skills on Remote OpenClaw
17 skills published by alirezarezvani. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
marketing-strategy-pmm
Covers product marketing frameworks for positioning, go-to-market planning, competitive analysis, and product launches. Implements April Dunford's positioning methodology alongside structured workflows for ICP definition, battlecard creation, and international market entry. Produces ready-to-use deliverables: positioning statements, battlecard documents, launch plans, and sales enablement assets.
content-creator
Deprecated redirect layer that routes legacy 'content creator' requests to either content-production or content-strategy based on user intent. Writing tasks (blog posts, SEO, brand voice) go to content-production; planning tasks (content calendars, topic clusters) go to content-strategy.
senior-data-scientist
Covers statistical modeling and experiment design for production ML systems. Handles A/B testing with sample sizing and significance testing, feature engineering pipelines with Scikit-learn and XGBoost, cross-validated model evaluation with SHAP explanations, and causal inference via difference-in-differences. Works in Python, R, and SQL.
app-store-optimization
ASO toolkit for Apple App Store and Google Play Store. Covers keyword research and scoring, metadata optimization, competitor gap analysis, A/B test planning, and structured launch workflows. Works with platform-specific character limits and placement rules for both iOS and Android.
ceo-advisor
Structured frameworks for CEO-level decisions across strategy, fundraising, board governance, and organizational culture. Planning horizons adapt to company stage, from seed to Series B+. Outputs include strategic options matrices, board narratives, and fundraising readiness assessments.
senior-security
Security engineering toolkit covering threat modeling with STRIDE/DREAD scoring, vulnerability assessment, secure code review, and incident response workflows. Includes cryptographic algorithm selection, OWASP Top 10 guidance, and secret scanning patterns for web applications, APIs, and infrastructure. Companion scripts handle automated STRIDE analysis and credential detection.
agile-product-owner
Backlog management and sprint execution toolkit for product owners. Covers user story generation using INVEST criteria, acceptance criteria in Given-When-Then format, epic breakdown into sprint-sized stories, sprint capacity planning, and velocity tracking. A Python script generates stories and sprint plans from an epic description.
senior-data-engineer
Covers production-grade data pipeline design, ETL/ELT implementation, and data infrastructure decisions. Handles batch and streaming architectures using Python, SQL, Spark, Airflow, dbt, and Kafka. Includes data modeling, quality validation, and DataOps practices.
aws-solution-architect
Designs AWS architectures for startups across four patterns: serverless, event-driven microservices, three-tier, and GraphQL backends. Generates production-ready IaC templates in CloudFormation YAML, CDK TypeScript, or Terraform HCL. Also analyzes existing AWS spend and recommends cost reductions with prioritized action lists.
capa-officer
Manages Corrective and Preventive Action (CAPA) processes within medical device Quality Management Systems. Guides investigation from trigger event through root cause determination, action planning, and effectiveness verification. Tracks CAPA metrics and supports compliance with ISO 13485 and FDA 21 CFR 820.100.
senior-prompt-engineer
Tools and workflows for analyzing LLM prompts, evaluating RAG pipelines, and validating agentic systems. Includes Python scripts for token counting, clarity scoring, few-shot example management, and agent workflow visualization.
revenue-operations
Three Python scripts for analyzing sales pipeline health, tracking forecast accuracy, and calculating GTM efficiency metrics. Takes JSON input files with deal, forecast, or cost data and outputs metrics with ratings and industry benchmarks. Supports text and JSON output formats for both human review and dashboard integration.
customer-success-manager
Three Python CLI tools for SaaS customer success analytics. Calculates multi-dimensional health scores, identifies churn risk by tier, and ranks expansion opportunities across Enterprise, Mid-Market, and SMB segments. Uses Python standard library only, no external dependencies or API calls.
dependency-auditor
Analyzes dependencies across multi-language projects for security vulnerabilities, license conflicts, outdated packages, and unused dependencies. Supports 8+ ecosystems including JavaScript, Python, Go, Rust, Ruby, Java, PHP, and C#. Includes upgrade path planning and supply chain risk assessment.
interview-system-designer
Designs complete interview systems for specific roles and levels, including question banks, competency matrices, scoring rubrics, and bias detection. Covers software engineering, product management, and design positions from junior to staff level. Outputs structured interview loops with calibration tools for hiring teams.
database-designer
Analyzes and optimizes database schemas through automated normalization detection, index gap analysis, and migration planning. Generates ERD diagrams from DDL and produces zero-downtime migration scripts with rollback support.
rag-architect
RAG Architect covers the full lifecycle of retrieval-augmented generation pipelines, from document chunking and embedding selection to vector database setup, retrieval strategy tuning, and production deployment. It provides concrete guidance on tradeoffs between chunking methods, embedding models, and retrieval approaches including hybrid search and reranking.