
aktsmm/agent-skills
27 skills4.1k installs621 starsGitHub
Install
npx skills add https://github.com/aktsmm/agent-skillsSkills in this repo
1Powerpoint AutomationThe powerpoint-automation skill automates PPTX generation with an Orchestrator-Workers pattern using content.json as the single source of truth across extract, translate, build, and review phases. Workflow phases are TRIAGE, PLAN, PREPARE_TEMPLATE, EXTRACT, TRANSLATE, BUILD, REVIEW, and DONE. Scripts include create_from_template.py for content.json to PPTX, reconstruct_analyzer.py for PPTX back to content.json, extract_images.py, validate_content.py schema checks, and validate_pptx.py overflow validation. Quick start examples cover web article to fifteen slides, PPTX translation to Japanese, and COM Automation edits on open decks with RefURL, notes, overflow, and hyperlink verification. content.json slide types include title and content with items arrays. PPTX Reviewer handles overflow, consistency, and quality gates. License CC BY-NC-SA 4.0. Use when creating PPTX, converting articles to slides, translating presentations, editing open PowerPoint via COM, or content.json driven deck workflows. The workflow follows the source SKILL.md contract with progressive reference loading, clear trigger phrases, and practical steps developers can apply directly in agent sessions.1.8kinstalls2Skill Finderskill-finder is a full-featured Agent Skills management skill authored by yamapan under CC BY-NC-SA 4.0. It helps developers search GitHub and local directories for reusable skills, install them into an agent environment, and manage an existing skill collection over time. Beyond discovery, skill-finder guides when a dedicated skill is the right primitive versus a prompt, instruction, hook, or standalone agent configuration. Developers reach for skill-finder when they want to find skill packages for a specific task or domain, install new capabilities quickly, or rationalize an growing library of agent extensions. The skill is user-invocable and accepts keyword or use-case arguments to narrow searches. It fits teams standardizing how agents load domain expertise from filesystem-based SKILL.md modules rather than ad-hoc copy-paste instructions.552installs3Ocr Super Suryaocr-super-surya is an agent-skills entry from aktsmm/agent-skills that standardizes optical character recognition around the Surya stack when agents ingest scanned pages, PDF exports, or UI screenshots. Instead of improvising one-off OCR prompts, the skill gives a repeatable workflow name and steps agents can invoke during document-to-text automation. Developers reach for ocr-super-surya when building ingestion jobs that must extract searchable text from image-heavy inputs before summarization, indexing, or structured parsing. The repository ships under CC BY-NC-SA 4.0 (2025–2026), so verify license fit before production redistribution of adapted workflows.541installs4Code Simplifiercode-simplifier agent skill streamlines implementations during review: removes unnecessary abstraction, tightens control flow, and produces smaller readable diffs without changing external behavior across frontend and backend code.224installs5Book Writing Workspacebook-writing-workspace from aktsmm/agent-skills sets up an agent-friendly book production workspace with outlines, chapter files, research notes, and revision loops so authors and coding agents collaborate on complete manuscripts efficiently.179installs6Vscode Extension Guidevscode-extension-guide walks developers through creating VS Code extensions end to end: project layout, package.json contributions, command registration, webviews, testing, and publish workflow. It targets teams shipping editor-side tools, language helpers, or agent integrations as first-class marketplace extensions.170installs7Drawio Diagram Forgedrawio-diagram-forge turns spoken or written system descriptions into editable draw.io diagrams for architecture, sequence, and data-flow documentation. It accelerates technical docs during build by producing standardized visual artifacts teams can iterate in draw.io or embed in repos and wikis.110installs8Agentic Workflow Guideagentic-workflow-guide in aktsmm/agent-skills teaches agents how to structure dependable agentic workflows—roles, tool use, checkpoints, and recovery—so complex coding tasks run predictably in production agent environments.107installs9Browser Max AutomationAutomates the browser via Playwright MCP, existing-browser CDP and raw CDP WebSocket for web testing, UI verification and form automation. A developer uses it to navigate sites, click elements, fill forms and take screenshots, prototyping steps in MCP and then batch-running them in Python. It includes fallbacks for iframes, modals, file choosers and unstable CDP sessions, and insists UI checks confirm real DOM/URL/persisted state rather than just a success toast.67installs10Azure Env BuilderAn experimental (Alpha) skill for building enterprise Azure environments and deployment design. It generates Bicep using Azure Verified Modules, deploys apps to App Service, AKS or Container Apps, and designs Hub-Spoke, Web+DB, AKS and AI Foundry architectures. Its workflow interviews for requirements, fetches AVM/schema info via MCP tools, scaffolds an environment folder, writes Bicep, generates CI/CD templates and validates with what-if. Developers use it to provision Azure infrastructure as code.55installs11Customer WorkspaceInitializes per-customer workspaces with an inbox for accumulating information, meeting-minutes management, and handoff-ready summaries. A developer runs a PowerShell script to scaffold folders for inbox, questions, customer profile, meeting notes and next-action homework, with auto-classification rules that route pasted chat or email to the right file. It converts Teams AI notes to templates and produces handoff summaries with source file paths.51installs12Skill Creator PlusThis skill helps design and review reusable agent skills packaged as SKILL.md, and first decides whether the request should be a skill at all versus a prompt, instruction, custom agent or hook. It applies principles like progressive disclosure and explicit trigger descriptions, and ships helper scripts to initialize, package and validate a skill. A developer uses it when creating a new skill, extracting a workflow, or fixing weak skill triggering.44installs13Biz Ops SetupInitializes a business-operations workspace with integrated reporting and task management, optionally wired to Microsoft 365 via workIQ. A developer runs a mandatory interview, then PowerShell scripts scaffold folders and deploy Copilot agents and prompts for daily, weekly and monthly reports plus customer management. It targets VS Code with GitHub Copilot and requires Git and PowerShell 7+.43installs14Chrome Extension DevA guide for building and modifying Chrome and browser extensions with the WXT framework and Manifest V3. A developer uses it to scaffold WXT projects, implement content scripts and service workers, use Chrome APIs like tabs, storage and cookies, and handle Manifest V3 constraints. It recommends a 2025/2026 stack (WXT, TypeScript, React/Vue/Svelte, Tailwind) and covers testing with Vitest and Playwright.40installs15Azure Advisor ReportA skill that generates a monthly Azure environment report in Markdown and PowerPoint from the Azure Advisor and Cost Management APIs. It analyzes cost trends, service breakdowns, and Advisor recommendations across Cost, Security, Reliability and Operational Excellence, with prioritized recommended actions. It is read-only and aimed at customer-facing reporting. Developers or consultants use it to produce a subscription report for a customer.11installs16Humanize WritingDetects AI-generated tone and rewrites drafts to read as human-written in Japanese and English. A developer uses it to audit an article for AI tells, humanize blog or README text, or generate style instructions for writing human-sounding content from the start. It restores the writer's judgment and voice rather than adding explanation, and returns audits, before/after rewrites or generation prompts.9installs17Local Media TranscriptionTranscribes local audio and video files to text with Whisper, then optionally produces meeting minutes, action items, speaker separation and PPT-ready summaries. A developer uses it to turn Teams or screen recordings into transcripts and structured notes entirely on the local machine. It checks that ffmpeg, ffprobe and the Whisper CLI are available and avoids adding assertions not present in the audio.9installs18Packet Capture AnalysisReads pcap and pcapng files to build an overall picture, label IPs with evidence, generate PNG charts and write Markdown reports. A developer uses it to triage network captures with tshark, capinfos, scapy and matplotlib, starting with a fixed protocol-hierarchy, endpoints and conversations pass, then labeling top talkers via DNS, HTTP Host, TLS SNI and RDAP. It keeps evidence sources separate and describes encrypted traffic by behavior rather than payload.9installs19Microsoft Graph GatewayRoutes Microsoft Graph work in a workspace, preferring workIQ for common reads and Microsoft Graph for writes and precise gap-reads. A developer uses it to read or write Outlook mail, calendar, contacts, OneDrive/SharePoint files, Teams, Planner, To Do, users, groups and directory data from VS Code. It classifies each request as read, gap-read or write, enforces explicit confirmation before writes, and executes through a Graph CLI, MCP server or other gateway substrate.6installs20Peer FeedbackThis skill drafts a semi-annual peer-feedback write-up for a named colleague. It pulls the colleague's interaction history from workIQ across 1:1 chats, group chats, mentions, shared meetings, email and SharePoint, then structures the evidence and fills a six-item feedback template. A developer uses it when they need to produce a positive, promotion-oriented peer review with concrete evidence rather than writing one from memory.5installs21Retro CopilotThis skill runs a retrospective that turns incident and conversation learnings into concrete updates for personal ~/.copilot assets: instructions, skills, agents, hooks and related config. It extracts reusable insights, passes them through a safety and scope gate, and prefers merging into existing files over creating new ones. A developer uses it after fixing a bug or hitting a recurring issue to persist durable rules into their Copilot setup.5installs22Web AccessibilityThis skill builds and reviews accessible web products against WCAG 2.2 AA, treating accessibility as part of the design and implementation flow rather than a late audit. It prioritizes semantics, keyboard access, focus, labels and error identification, then checks UI patterns like forms and dialogs and applies framework-safe fixes for React/Next.js, Angular and Vue. A developer uses it when implementing new UI or fixing keyboard, focus, ARIA or contrast issues before merge.5installs23Azure Infra ValidationBuilds and validates Azure infrastructure in a lab or sandbox using Azure CLI and official Microsoft docs. A developer uses it to provision hub-and-spoke VNets, VPN Gateway, VNet peering and BGP validation labs, monitor deployments to READY, work around SKU/zone/region constraints, capture before/after route behavior, and clean up. It keeps validation on a minimal, low-cost topology and separates control-plane from data-plane observations.4installs24Azure Screenshot MaskMosaics environment-sensitive areas on Azure Portal screenshots before they are published to blogs, Qiita, Medium, slides or demos. A developer runs the bundled Pillow-based CLI to redact tenant names, subscription names and IDs, resource groups, internal hostnames and IPs, either as a default top-right strip or via explicit region coordinates. It also supports an OCR fallback and red-box highlight annotations.4installs25Azure TroubleshootingInvestigates Azure incidents and service degradations with a read-only workflow using Azure CLI, Resource Health, Activity Log and official Microsoft docs. A developer uses it to triage outages across AKS, App Service, Azure SQL, PostgreSQL, Cosmos DB, Entra ID, Load Balancer and VPN Gateway, separate Azure platform impact from customer-side issues, and produce a fact-based report. It keeps observed facts separate from interpretation and never runs destructive or recovery operations.4installs26Review Security StructureThis skill reviews owned or authorized code for security by reading architecture and data flow before full source. It builds or reads a structure map (AST summaries, call graphs, complexity, Source/Sink), models trust boundaries, and traces taint flow to surface vulnerabilities, parser/scanner risks, CI/CD risks and agent tool-boundary risks. A developer uses it to triage SAST results or harden code against adversarial input without producing weaponized exploits.4installs27X Hashtag ResearchThis skill collects public X (Twitter) posts from a hashtag and turns them into a structured research note. It gathers posts within a time window, classifies them locally, resolves only high-signal links, and converges the noise onto primary sources like official docs, blogs and GitHub repos, saving representative images as assets. A developer uses it to track launch-day or event announcements such as #MSBuild and capture primary-source links quickly.4installs