# viknesh20-20

> Open-source publisher. Listings imported from github.com/viknesh20-20 — credited to the original author with their license.

- **Listings:** 44
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/viknesh20-20
- **Website:** https://github.com/viknesh20-20

## Published listings

- [Wireframe](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-wireframe) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-wireframe`
  Generates textual or ASCII wireframes for screens, layouts, and information architecture. Pixel-free; focused on structure, hierarchy, and component placement. Output is reviewable in a PR diff and translates directly to component code.
- [Memory Import](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-memory-import) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-memory-import`
  Inherit memories from another workspace. Reads .claude/memory/ from a source path and imports its memories into the current workspace under .claude/memory/inherited/<source-name>/. Tagged with provenance so the user can tell where each came from.
- [Error Monitor](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-error-monitor) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-error-monitor`
  Sets up error monitoring and tracking for the project. Detects the framework and generates integration code for Sentry, Bugsnag, or custom error tracking with proper error boundaries and middleware.
- [Design Flow](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-design-flow) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-design-flow`
  Designs an end-to-end user flow before any pixels are drawn — entry point, screens, decisions, branches, error/recovery paths, edge cases, microcopy hooks. Outputs a structured spec engineering and design can build from.
- [Docker Setup](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-docker-setup) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-docker-setup`
  Generates Dockerfile, docker-compose.yml, and .dockerignore for the project. Auto-detects the stack and creates optimized multi-stage builds with caching, health checks, and dev/prod configurations.
- [Seo Scaffold](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-seo-scaffold) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-seo-scaffold`
  Scaffolds production-grade SEO for any website: per-page meta tags, Open Graph, Twitter Cards, canonical URLs, JSON-LD structured data, sitemap.xml, robots.txt, and security.txt. Auto-detects the framework and uses its idiomatic approach (Next.js metadata API, Astro layouts, etc.).
- [Architecture Review](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-architecture-review) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-architecture-review`
  Reviews the system architecture for structural issues, dependency cycles, layer violations, scalability concerns, and single points of failure. Use for periodic health checks or before major new features.
- [Db Migration](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-db-migration) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-db-migration`
  Generates database migration files for schema changes with up/down migrations, safety checks, rollback instructions, and index recommendations. Auto-detects the ORM/migration tool in use.
- [Git Cleanup](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-git-cleanup) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-git-cleanup`
  Cleans up stale git branches, merged branches, orphaned remote refs, and identifies large files in history. Use for periodic repository maintenance.
- [Convert Code](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-convert-code) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-convert-code`
  Converts code between programming languages while preserving logic, error handling, and idiomatic patterns. Use when migrating modules between languages or frameworks.
- [Business Logic Audit](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-business-logic-audit) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-business-logic-audit`
  Reviews existing business code (billing, multi-tenancy, state machines, inventory, GL postings, audit logs, etc.) for missing real-world edge cases. Severity-graded findings — invariant violations, race conditions, missing idempotency, currency precision bugs, audit gaps, jurisdiction issues.
- [Write Tests](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-write-tests) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-write-tests`
  Generates comprehensive unit and integration tests for a specified file or function. Auto-detects the test framework, follows existing patterns, and covers happy path, edge cases, error conditions, and async behavior. Use when adding tests to untested code or TDD-ing a new module.
- [Fix Issue](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-fix-issue) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-fix-issue`
  Fetches a GitHub issue by number, analyzes the requirements, finds the relevant code, implements a fix, and optionally creates a PR. Use when working through your issue backlog.
- [Security Scan](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-security-scan) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-security-scan`
  Scans the codebase for security vulnerabilities including injection flaws, authentication issues, hardcoded secrets, and insecure configurations. Run before any PR touching auth, user input, or external APIs.
- [Write Skill](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-write-skill) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-write-skill`
  Meta-skill that creates new Claude Code skills. Describe what you want the skill to do and this generates a complete SKILL.md with proper frontmatter, shell injection, structured instructions, and output format.
- [Ci Pipeline](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-ci-pipeline) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-ci-pipeline`
  Generates a CI/CD pipeline configuration for the project. Auto-detects the stack and creates GitHub Actions, GitLab CI, or other CI configs with lint, test, build, and deploy stages.
- [Changelog](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-changelog) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-changelog`
  Generates a changelog from git history following Keep a Changelog format. Categorizes commits into Added, Changed, Fixed, Removed, Security, and Breaking Changes. Use before releases or to document recent work.
- [Memory](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-memory) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-memory`
  Manage the persistent memory layer in .claude/memory/ — list, search, save, update, delete, dedupe. Use to inspect what memories exist, write a new one, or clean up stale entries.
- [Onboard](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-onboard) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-onboard`
  Generates a comprehensive codebase onboarding guide by scanning the project structure, detecting the stack, mapping architecture, and identifying key entry points. Use when joining a new project or onboarding teammates.
- [Generate Docs](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-generate-docs) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-generate-docs`
  Generates documentation matching the project's style — README files, API docs, inline documentation, or architecture docs. Auto-detects the documentation format in use.
- [Review Pr](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-review-pr) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-review-pr`
  Performs a comprehensive pull request code review covering correctness, security, performance, test coverage, and coding standards. Use when reviewing any code changes before merge.
- [Env Setup](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-env-setup) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-env-setup`
  Environment setup assistant — detects project requirements, generates .env.example, documents prerequisites, creates setup scripts, and verifies the development environment is ready. Use when setting up a project for the first time.
- [Create Component](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-create-component) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-create-component`
  Scaffolds a new component, module, or package following the project's existing structure, naming conventions, and patterns. Auto-detects framework and generates all necessary files including tests.
- [Code Coverage](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-code-coverage) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-code-coverage`
  Analyzes test coverage, identifies untested code paths, and generates tests for the most critical uncovered areas. Use to improve test coverage before releases.
- [Optimize](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-optimize) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-optimize`
  Analyzes code for performance bottlenecks and produces prioritized, actionable optimization recommendations with before/after code. Use before shipping performance-critical features or when code feels slow.
- [A11y Audit](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-a11y-audit) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-a11y-audit`
  Accessibility audit of UI code or a running site against WCAG 2.1 AA. Walks every WCAG criterion that maps to common patterns: keyboard reach, focus visibility, contrast, semantic HTML, ARIA, labels, alt text, motion, screen-reader sense. Severity-graded with code fixes.
- [Estimate](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-estimate) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-estimate`
  Analyzes a task or GitHub issue and provides effort estimation broken into subtasks with T-shirt sizing, risk assessment, and dependency mapping. Use for sprint planning or before committing to deadlines.
- [Competitive Analysis](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-competitive-analysis) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-competitive-analysis`
  Research how 2–4 mature competitors solve a specific business problem (billing, RBAC, search, onboarding, multi-tenancy, etc.) and produce a side-by-side comparison so the team can pick the right approach for their context. Uses web search + scraping; cites every source.
- [Explain Code](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-explain-code) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-explain-code`
  Explains code with multiple levels of detail — high-level purpose, line-by-line walkthrough, data flow diagrams, and design rationale. Use when onboarding to unfamiliar code or trying to understand complex logic.
- [Refactor](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-refactor) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-refactor`
  Analyzes code for smells and structural issues, proposes a safe refactoring plan, and executes it with test verification. Use when code is hard to read, maintain, or extend.
- [Business Blueprint](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-business-blueprint) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-business-blueprint`
  Comprehensive business-logic blueprint for SaaS, ERP, e-commerce, and marketplace applications. Walks through every domain (auth, billing, multi-tenancy, inventory, audit, compliance, etc.), surfaces the edge cases that actually break in production, and proposes a concrete plan tailored to the user's context.
- [Debug](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-debug) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-debug`
  Systematically debugs issues using structured diagnosis — reproduce, isolate, identify root cause, and fix. Use when facing bugs, errors, unexpected behavior, or failing tests.
- [Api Design](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-api-design) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-api-design`
  Designs REST or GraphQL APIs with endpoint definitions, request/response schemas, error codes, authentication requirements, and OpenAPI spec generation. Use when building new APIs or extending existing ones.
- [Deploy Checklist](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-deploy-checklist) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-deploy-checklist`
  Runs a comprehensive pre-deployment verification checklist covering tests, security, environment config, migrations, rollback plan, and breaking changes. Use before deploying to staging or production.
- [Dependency Audit](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-dependency-audit) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-dependency-audit`
  Audits project dependencies for known vulnerabilities, outdated packages, unused dependencies, and license compliance. Works with npm, pip, cargo, go modules, and more.
- [Microcopy](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-microcopy) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-microcopy`
  Writes or reviews UX copy — button labels, error messages, empty states, success messages, tooltips, form labels, onboarding text, confirmation dialogs. Voice-consistent, action-led, recovery-oriented. Localizable. No dark patterns.
- [Handoff](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-handoff) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-handoff`
  End-of-session summary written to .claude/memory/handoffs/<date>.md so the next session can pick up cleanly. Captures what was done, what's pending, what's blocked, what to verify, and any decisions awaiting the user.
- [Tdd](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-tdd) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-tdd`
  Implements features using strict test-driven development — red-green-refactor cycle. Writes a failing test first, then minimal code to pass, then refactors. Use when building features that need high reliability.
- [Web Launch Check](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-web-launch-check) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-web-launch-check`
  Pre-launch audit for any website. Verifies privacy policy, ToS, cookie consent, sessions, sitemap, robots.txt, SEO meta tags, structured data, accessibility (WCAG AA), Core Web Vitals, and compliance frameworks (GDPR/CCPA). Returns severity-graded findings with a GO / NO-GO verdict.
- [Reference App](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-reference-app) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-reference-app`
  Analyze a fully-built reference application that the user wants to use as a model. Reads its architecture, conventions, tech stack, and patterns; stores a structured summary in .claude/memory/reference/ so subsequent sessions can compare the current project against it.
- [Migrate Framework](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-migrate-framework) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-migrate-framework`
  Assists with migrating between frameworks or major versions — Express to Fastify, CRA to Vite, Vue 2 to Vue 3, class components to hooks, etc. Creates a migration plan, identifies breaking changes, and provides file-by-file migration order.
- [Grill Me](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-grill-me) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-grill-me`
  Relentlessly interviews you about your plan, feature, or design until every edge case, failure mode, and assumption is resolved. Does NOT implement anything — only asks probing questions. Use before starting implementation to bulletproof your thinking.
- [Pr Summary](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-pr-summary) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-pr-summary`
  Generates a well-structured pull request description from the current branch diff. Includes summary, changes list, test plan, and breaking changes. Use before opening a PR.
- [Legal Pages](https://agentstack.voostack.com/l/skill-viknesh20-20-claude-code-tool-kit-legal-pages) — Skill · Free · security-reviewed — `agentstack add skill-viknesh20-20-claude-code-tool-kit-legal-pages`
  Scaffolds production-ready legal page templates for a website: Privacy Policy, Terms of Service, Cookie Policy, Cookie Consent banner, Refund Policy, Contact / Imprint. Templates are clearly marked as a starting point — the user must customize and have a lawyer review before going live.

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
