productivity▌
6,493 indexed skills · max 10 per page
twitter-thread-creation
inference-sh/skills · Productivity
Write high-engagement Twitter/X threads via inference.sh CLI.
kotlin-springboot
github/awesome-copilot · Productivity
Spring Boot development patterns and idioms tailored for Kotlin applications. \n \n Use primary constructors for dependency injection, data class for DTOs, and the kotlin-jpa plugin to automatically open entity classes without boilerplate. \n Organize code by feature/domain rather than layer; leverage Kotlin's null-safety to clearly define optional vs. required entity fields. \n Apply @ConfigurationProperties with data class for type-safe, immutable configuration; use application.yml and Spring
napkin
github/awesome-copilot · Productivity
Browser-based visual whiteboard for sketching ideas and collaborating with Copilot through drawings and sticky notes. \n \n Opens an interactive canvas on the user's desktop where they can draw, sketch, and add sticky notes, then share back to Copilot via a \"Share with Copilot\" button \n Reads whiteboard content through PNG snapshots (visual interpretation of sketches, diagrams, and layout) and optional JSON clipboard data (precise text from sticky notes and labels) \n Designed for non-technic
favicon-generator
kostja94/marketing-skills · Productivity
Guides favicon and app icon implementation for brand consistency across browser tabs, bookmarks, mobile home screens, and Google Search results. Favicons help users identify sites; missing or incorrect icons hurt trust.
xiaohongshu-note-analyzer
softbread/xiaohongshu-doctor · Productivity
Comprehensive analysis of Xiaohongshu notes covering keyword optimization, title appeal, content risks, and engagement potential. \n \n Analyzes six dimensions: keyword strategy and density, headline/opening paragraph appeal, sensitive content risk detection, commercial authenticity scoring, discussion triggers, and content structure \n Provides risk assessment across medical/health, financial, political, false advertising, and low-taste content categories with specific violation detection \n De
error-tracking
aj-geddes/useful-ai-prompts · Productivity
Set up comprehensive error tracking with Sentry to automatically capture, report, and analyze exceptions, performance issues, and application stability.
auto-douyin
zrt-ai-lab/opencode-skills · Productivity
这个技能用于自动化发布视频到抖音创作者中心。
product-launch
kostja94/marketing-skills · Productivity
Guides product launch execution—channels, timeline, checklist, and cross-functional coordination. Use this skill when planning the launch of a new product or major feature. For GTM strategy (PLG/SLG/MLG, 90-day framework, ICP, new market entry, repositioning), see gtm-strategy. For cold start (first users, no product yet), see cold-start-strategy.
product-manager
aj-geddes/claude-code-bmad-skills · Productivity
Comprehensive requirements and planning specialist for PRDs, tech specs, feature prioritization, and epic breakdown. \n \n Creates Product Requirements Documents (PRDs) for complex projects and lightweight Technical Specifications for simpler ones, with structured functional and non-functional requirements \n Prioritizes features using MoSCoW, RICE scoring, and Kano frameworks; includes validation scripts and templates to ensure requirements are testable, measurable, and traceable \n Breaks down
langgraph-fundamentals
langchain-ai/langchain-skills · Productivity
Directed graph framework for building stateful, multi-step agent workflows with fine-grained control. \n \n StateGraph with typed state schemas, reducers for accumulating lists/values, and nodes that return partial state updates \n Static edges for fixed flow, conditional edges for branching, and Command for combining state updates with dynamic routing \n Send API for fan-out parallelism to worker nodes with result aggregation via reducers \n Invoke for single execution and stream modes (values,