Agents
Why Implexa
Pricing
Resources
Install
Sign in
Sign up
back to leaderboard
SO
@softaworks
contributor on implexa, with 43 skills ranked by
SkillRank
across 1 source.
softaworks on github
publishes to skills.sh
skills, ranked by SkillRank
score
source
skill
7.6
skills.sh
commit-work
commit-work guides staged creation of logically-scoped git commits with clear messages. covers change inspection, patch staging, message conventions, and verification before shipping.
7.4
skills.sh
naming-analyzer
naming-analyzer identifies and suggests improvements for variable, function, class, and constant names across multiple languages. covers convention violations, misleading identifiers, and vague naming patterns with language-specific guidance and refactoring priorities.
7.3
skills.sh
react-dev
react-dev covers type-safe component development, hooks typing, react 19 patterns including server components and actions, generic components, and router integration with tanstack or react router v7.
7.2
skills.sh
professional-communication
professional-communication provides frameworks for structuring emails, team messages, and meetings. covers what-why-how organization, audience calibration, and jargon translation. aimed at developers writing to peers, managers, and non-technical stakeholders.
7.2
skills.sh
perplexity
perplexity provides web search and conversational research across three modes (search, ask, researcher agent), with explicit routing rules to avoid overlap with context7, graphite, and nx mcps. defaults to constrained result limits for token efficiency.
7.2
skills.sh
mui
mui covers v7 component patterns, sx prop styling, theme integration, and responsive design through concrete examples. includes layout, grid, typography, forms, and common ui patterns with best practice guidance.
7.2
skills.sh
ship-learn-next
ship-learn-next converts learning content into iterative implementation cycles, splitting goals into shippable reps that prioritize doing over studying. each rep includes concrete deliverables, reflection prompts, and progression to the next iteration.
6.8
skills.sh
requirements-clarity
requirements-clarity guides users through systematic clarification of ambiguous specs using a 100-point scoring rubric, iterating via focused questions until achieving ≥90 clarity before generating a structured prd.
6.8
skills.sh
lesson-learned
lesson-learned extracts actionable software engineering principles from git history by analyzing diffs and commits, grounding observations in actual code changes rather than generic advice.
6.2
skills.sh
crafting-effective-readmes
crafting-effective-readmes provides task-based guidance (create, add, update, review) matched to project type (oss, personal, internal, config), with templates and decision trees to surface audience needs before drafting.
6.2
skills.sh
database-schema-designer
database-schema-designer provides sql and nosql schema generation with normalization guidance, indexing strategies, and migration patterns. covers entity modeling, constraint definition, and optimization for oltp/olap workloads, though execution clarity varies.
6.1
skills.sh
writing-clearly-and-concisely
writing-clearly-and-concisely distills strunk and elements of style into 18 principles for prose, avoiding ai-generated patterns and supporting subagent-based copy revision against reference files.
5.8
skills.sh
session-handoff
session-handoff creates transfer documents for ai agents between context windows. specifies mode selection (create vs resume) and proactive suggestions but lacks detailed execution steps and failure handling.
5.4
skills.sh
meme-factory
meme-factory wraps memegen.link to generate memes from 100+ templates. three trigger patterns (manual, direct params, nlp) support text encoding and platform-specific sizing, but lacks detailed procedures, error handling, and concrete examples.
5.3
skills.sh
web-to-markdown
web-to-markdown converts webpage urls to markdown by launching a local browser instance, extracting main content via readability, and rendering as cleaned markdown with optional yaml frontmatter.
5.2
skills.sh
backend-to-frontend-handoff-docs
backend-to-frontend-handoff-docs generates structured api documentation after backend work completes. it aims to provide frontend developers enough context to integrate without backend questions, but lacks concrete templates or worked examples.
5.1
skills.sh
feedback-mastery
feedback-mastery covers structured frameworks for difficult workplace conversations using preparation-delivery-follow-up and situation-behavior-impact models, with scenario guidance for performance issues and conflicts.
4.7
skills.sh
c4-architecture
c4-architecture covers mermaid-based system documentation at multiple abstraction levels. lacks specificity on when to use it and fails to address common implementation friction.
4.6
skills.sh
frontend-to-backend-requirements
frontend-to-backend-requirements establishes a communication pattern where frontend developers document data needs without prescribing implementation, writing artifacts to a standardized markdown location for backend review and negotiation.
4.2
skills.sh
game-changing-features
game-changing-features guides strategic product thinking through a five-step workflow to identify high-leverage opportunities across massive, medium, and small effort scales. it frames thinking in terms of user value and competitive differentiation rather than incremental feature addition.
3.7
skills.sh
domain-name-brainstormer
domain-name-brainstormer generates domain suggestions and claims to check availability, but lacks a working procedure, explicit api integrations, or failure handling. suitable only as a naming starting point.
3.5
skills.sh
datadog-cli
datadog-cli provides log querying and metric debugging capabilities via command-line interface, but lacks actionable workflow documentation and assumes external expertise.
3.5
skills.sh
excalidraw
excalidraw skill documents the token-cost problem of reading excalidraw json files and advocates for subagent delegation, but lacks concrete procedural steps or recovery guidance.
—
skills.sh
react-useeffect
React useEffect best practices from official docs. Use when writing/reviewing useEffect, useState for derived values, data fetching, or state synchronization.…
—
skills.sh
difficult-workplace-conversations
Structured approach to workplace conflicts, performance discussions, and challenging feedback using preparation-delivery-followup framework. Use when preparing…
—
skills.sh
plugin-forge
Create and manage Claude Code plugins with proper structure, manifests, and marketplace integration. Use when creating plugins for a marketplace, adding plugin…
—
skills.sh
daily-meeting-update
Interactive daily standup/meeting update generator. Use when user says 'daily', 'standup', 'scrum update', 'status update', 'what did I do yesterday', 'prepare…
—
skills.sh
openapi-to-typescript
Converts OpenAPI 3.0 JSON/YAML to TypeScript interfaces and type guards. This skill should be used when the user asks to generate types from OpenAPI, convert…
—
skills.sh
gemini
Use when the user asks to run Gemini CLI for code review, plan review, or big context (>200k) processing. Ideal for comprehensive analysis requiring large…
—
skills.sh
command-creator
This skill should be used when creating a Claude Code slash command. Use when users ask to "create a command", "make a slash command", "add a command", or want…
—
skills.sh
reducing-entropy
Manual-only skill for minimizing total codebase size. Only activate when explicitly requested by user. Measures success by final code amount, not effort. Bias…
—
skills.sh
dependency-updater
Smart dependency management for any language. Auto-detects project type, applies safe updates automatically, prompts for major versions, diagnoses and fixes…
—
skills.sh
codex
Use when the user asks to run Codex CLI (codex exec, codex resume) or references OpenAI Codex for code analysis, refactoring, or automated editing. Uses…
—
skills.sh
marp-slide
Create professional Marp presentation slides with 7 beautiful themes (default, minimal, colorful, dark, gradient, tech, business). Use when users request slide…
—
skills.sh
agent-md-refactor
Refactor bloated AGENTS.md, CLAUDE.md, or similar agent instruction files to follow progressive disclosure principles. Splits monolithic files into organized,…
—
skills.sh
skill-judge
Evaluate Agent Skill design quality against official specifications and best practices. Use when reviewing, auditing, or improving SKILL.md files and skill…
—
skills.sh
qa-test-planner
Generate comprehensive test plans, manual test cases, regression test suites, and bug reports for QA engineers. Includes Figma MCP integration for design…
—
skills.sh
humanizer
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on…
—
skills.sh
mermaid-diagrams
Comprehensive guide for creating software diagrams using Mermaid syntax. Use when users need to create, visualize, or document software through diagrams…
—
skills.sh
gepetto
gepetto — an installable skill for AI agents, published by softaworks/agent-toolkit.
—
skills.sh
draw-io
draw.io diagram creation, editing, and review. Use for .drawio XML editing, PNG conversion, layout adjustment, and AWS icon usage.
—
skills.sh
design-system-starter
Create and evolve design systems with design tokens, component architecture, accessibility guidelines, and documentation templates. Ensures consistent,…
—
skills.sh
jira
jira — an installable skill for AI agents, published by softaworks/agent-toolkit.
softaworks (43 skills ranked by SkillRank) | implexa