Skip to main content
theshubh007
GitHub 제작자 프로필

theshubh007

2개 GitHub 저장소에서 수집된 18개 skills를 저장소 단위로 보여줍니다.

수집된 skills
18
저장소
2
업데이트
2026-05-01
저장소 탐색

저장소와 대표 skills

caveman-communication-mode
소프트웨어 개발자

Activates ultra-compressed response mode that reduces token usage by approximately 75% by eliminating filler words, articles, and pleasantries while preserving full technical accuracy and substance. Invoke when the user requests "caveman mode", "talk like caveman", "less tokens", "be brief", or uses the /caveman command.

2026-05-01
graphify-codebase-knowledge-graph-builder
소프트웨어 개발자

Builds an interactive knowledge graph from any mix of code, docs, papers, images, and video/audio files. Extracts concepts, relationships, call graphs, and design rationale via AST (code) and Claude subagents (docs/media). Outputs interactive HTML, queryable JSON, and a plain-language audit report. Supports incremental updates, cross-repo merging, MCP server mode, and always-on assistant hooks for Claude Code, Cursor, Gemini CLI, Codex, and others.

2026-05-01
design-interrogation-mode
소프트웨어 개발자

Conducts a structured, relentless interview of the user's plan or system design, resolving each branch of the decision tree until full shared understanding is reached. Provides a recommended answer for each question asked. Invoke when the user wants to stress-test a plan, validate architecture decisions, or explicitly requests "grill me".

2026-05-01
skill-authoring-assistant
소프트웨어 개발자

Guides the creation of new agent skills with correct structure, progressive disclosure, and bundled reference resources. Produces a SKILL.md with a routing-optimized description, optional reference files, and utility scripts where deterministic operations are needed. Invoke when the user wants to create, write, or build a new skill file.

2026-05-01
git-diff-summarizer
소프트웨어 개발자

Parses a git diff or patch file and produces a structured summary of changes: files modified, lines added and removed per file, a plain-English description of what changed, and a suggested conventional commit message following the feat/fix/chore/refactor/docs prefix convention.

2026-04-24
gitleaks-secret-detector
정보 보안 분석가

Scans a git repository or file path for hardcoded secrets, API keys, tokens, and credentials using Gitleaks SAST rules. Returns findings with file path, line number, secret type (AWS key, GitHub token, Slack webhook, etc.), and a redacted preview. Returns clean=true when no secrets are detected.

2026-04-24
meeting-action-extractor
임원 비서 및 행정 보좌관

Extracts structured action items from a meeting transcript or notes, identifying the task description, assigned owner name, due date or relative deadline, and priority level for each item. Returns a sorted action_items list and a one-paragraph meeting summary.

2026-04-24
openapi-spec-validator
소프트웨어 품질 보증 분석가·테스터

Validates an OpenAPI 3.x or Swagger 2.0 specification file (YAML or JSON) against the official schema, returning a list of validation errors with path, message, and severity. Checks for missing required fields, invalid $ref references, malformed response schemas, and security scheme misconfigurations. Returns valid=true when the spec has zero errors.

2026-04-24
이 저장소에서 수집된 skills 9개 중 상위 8개를 표시합니다.
frontend-design-review
웹 개발자

Review and create distinctive, production-grade frontend interfaces with high design quality and design system compliance. Evaluates using three pillars: frictionless insight-to-action, quality craft, and trustworthy building. USE FOR: PR reviews, design reviews, accessibility audits, design system compliance checks, creative frontend design, UI code review, component reviews, responsive design checks, theme testing, and creating memorable UI. DO NOT USE FOR: Backend API reviews, database schema reviews, infrastructure or DevOps work, pure business logic without UI, or non-frontend code.

2025-12-27
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, or applications — including VS Code webview panels, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI. Generates creative, polished code that avoids generic AI aesthetics. Triggers on requests to "design", "style", "beautify", "make it look better", or build any UI component.

2025-12-27
typescript-extension-patterns
소프트웨어 개발자

TypeScript patterns for VS Code extension development — strict typing, discriminated unions for message passing, generic caching, error handling hierarchies, and esbuild/tsconfig setup. Use when writing TypeScript code in a VS Code extension, designing message protocol types, setting up tsconfig for dual extension+webview builds, or solving TypeScript-specific extension issues. Triggers on TypeScript compile errors, type narrowing questions, or tsconfig questions in an extension project.

2025-12-27
vscode-extension-expert
소프트웨어 개발자

Expert-level guidance for VS Code extension development covering WebView panels, Content Security Policy, postMessage bridge, Language Server Protocol, performance optimization, security checklist, and Marketplace publishing requirements. Use when implementing WebViews, designing extension architecture, building sidebar panels, debugging CSP issues, or preparing extensions for production. Triggers on mentions of VS Code API, SidebarProvider, WebviewPanel, CSP, postMessage, vsce publish, or extension performance.

2025-12-27
vscode-extension
소프트웨어 개발자

Use when developing VS Code extensions — covers extension architecture, package.json manifest, activation events, command registration, language support, LSP integration, SecretStorage, and packaging/publishing. Trigger when the user asks about VS Code extension structure, contributes points, activation, vsce, or adding commands/views.

2025-12-27
vscode-publish
소프트웨어 개발자

Complete guide for packaging, testing, and publishing VS Code extensions to the Marketplace. Covers vsce commands, publisher setup, .vscodeignore, versioning strategy, pre-publish validation, CHANGELOG.md, icon requirements, and CI/CD with GitHub Actions. Use when preparing a VS Code extension for release, bumping versions, setting up automated publishing, or troubleshooting vsce errors. Triggers on mentions of vsce, Marketplace, publisher, VSIX, publishing, or version bump.

2025-12-27
vscode-webview-ui
웹 개발자

Patterns for building React-based VS Code webview panels and sidebars. Covers the postMessage bridge, state persistence, VS Code Webview UI Toolkit components, dark/light theme tokens, and the Vite build setup for webviews. Use when building or modifying the webview (React) side of a VS Code extension, styling components to match VS Code theme, wiring up message handlers, or configuring Vite for the webview bundle. Triggers on mentions of WebviewView, acquireVsCodeApi, postMessage, vscode CSS variables, or webview React.

2025-12-27
web-artifacts-builder
웹 개발자

Build sophisticated multi-component React UIs using React 18, TypeScript, Vite, Tailwind CSS, and shadcn/ui components. Use when creating complex webview panels, dashboards, data visualization UIs, or self-contained HTML artifacts. Covers the full workflow from scaffolding to bundling. Triggers on requests to build a React component with Tailwind, use shadcn/ui, create a dashboard, or produce a polished multi-component UI.

2025-12-27
이 저장소에서 수집된 skills 9개 중 상위 8개를 표시합니다.
저장소 2개 중 2개 표시
모든 저장소를 표시했습니다
theshubh007 Agent Skills | SkillsMP