Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,459
总 Skills
36.0M
总安装量
2,444
贡献者
# Skill 仓库 描述 安装量
11851 nansen-cross-chain-flow nansen-ai/nansen-cli
TOKEN_SYMBOL = < symbol e.g. "AAVE" > CHAINS = ( ethereum solana base bnb ) for chain in " ${CHAINS [ @ ] } " ; do nansen research smart-money netflow --chain $chain --limit 200 Filter by token_symbol; → net_flow_1h_usd, net_flow_24h_usd, net_flow_7d_usd, net_flow_30d_usd done Absent from results = SM activity below threshold on that chain, not necessarily unsupported. Use --limit 200; --limit 100 silently drops mid-tier tokens. ETH+ & SOL− = rotating from SOL→ETH. One chain positive only = cha...
80
11852 mlflow orchestra-research/ai-research-skills
MLflow: ML Lifecycle Management Platform When to Use This Skill Use MLflow when you need to: Track ML experiments with parameters, metrics, and artifacts Manage model registry with versioning and stage transitions Deploy models to various platforms (local, cloud, serving) Reproduce experiments with project configurations Compare model versions and performance metrics Collaborate on ML projects with team workflows Integrate with any ML framework (framework-agnostic) Users: 20,000+ organization...
80
11853 pricing-strategist daffy0208/ai-dev-standards
Pricing Strategist Purpose Build a comprehensive, justified pricing strategy — tier structures, price points, positioning, and revenue optimization — tailored to the business through context and conversation. Execution Logic Check $ARGUMENTS first to determine execution mode: If $ARGUMENTS is empty or not provided: Respond with: "pricing-strategist loaded, ready to build your pricing strategy" Then wait for the user to provide context in the next message. If $ARGUMENTS contains content: Proceed ...
80
11854 spring-boot teachingai/full-stack-skills
Spring Boot You are an expert in Java programming, Spring Boot, Spring Framework, Maven, JUnit, and related Java technologies. Code Style and Structure Write clean, efficient, and well-documented Java code using Spring Boot conventions Follow RESTful API design patterns for web services Use descriptive method and variable names following camelCase convention Structure applications with consistent package organization (controllers, services, repositories, models, configurations) Spring Boot Speci...
80
11855 session-replay rysweet/amplihack
This skill analyzes claude-trace JSONL files to provide insights into Claude Code session health, token usage patterns, error frequencies, and agent effectiveness. It complements the `/transcripts` command by focusing on API-level trace data rather than conversation transcripts. When to Use This Skill - Session debugging: Diagnose why a session was slow or failed - Token analysis: Understand token consumption patterns - Error patterns: Identify recurring failures across sessions - Performa...
80
11856 creating-skills fvadicamo/dev-agent-skills
Creating Skills Guide for creating Claude Code skills following Anthropic's official best practices. Quick Start 1. Create skill directory mkdir -p ~/.claude/skills/<skill-name>/references 2. Create SKILL.md with frontmatter cat > ~/.claude/skills/<skill-name>/SKILL.md << 'EOF' --- name: <skill-name> description: <what it does>. Use when <trigger phrases>. <key capabilities>. --- <Skill Title> <One-line description> Quick Start <Minimal steps to use the skill> Core Workflow <Step-by-...
80
11857 x-research b-open-io/prompts
X Research General-purpose agentic research over X/Twitter. Decompose any research question into targeted searches, iteratively refine, follow threads, deep-dive linked content, and synthesize into a sourced briefing. For X API details (endpoints, operators, response format): read references/x-api.md . CLI Tool All commands run from this skill directory: cd ~/clawd/skills/x-research source ~/.config/env/global.env Search bun run x-search.ts search "<query>" [ options ] Options: --sort likes|impr...
80
11858 configuring-dbt-mcp-server dbt-labs/dbt-agent-skills
The dbt MCP server connects AI tools to dbt's CLI, Semantic Layer, Discovery API, and Admin API. This skill guides users through setup with the correct configuration for their use case. Decision Flow ``` flowchart TB start([User wants dbt MCP]) --> q1{Local or Remote?} q1 -->|dev workflows,<br>CLI access needed| local[Local Server<br>uvx dbt-mcp] q1 -->|consumption only,<br>no local install| remote[Remote Server<br>HTTP endpoint] local --> q2{Which client?} remote --> q2 ...
80
11859 extract-wisdom sammcj/agentic-coding
Text Wisdom Extraction Overview Extract meaningful insights, key learnings, and actionable wisdom from written content. This skill handles both web-based sources (blog posts, articles) and local text files (markdown, plain text), performing analysis and presenting findings conversationally or saving to markdown files. The user will likely want you to use this skill when they need to gain understanding from large amounts of text, identify important points, or distil complex information into prac...
80
11860 browser use quentintou/openclaw-skill-browser-use
Browser Use — Autonomous Browser Automation Two complementary tools for browser automation: Tool Best for How it works agent-browser Step-by-step control, scraping, form filling CLI commands, you drive each action browser-use Complex autonomous tasks Python agent that decides actions itself Quick Start agent-browser (recommended for most tasks) Navigate and inspect agent-browser open "https://example.com" agent-browser snapshot -i Get interactive elements with @refs Interact using refs agent-...
80
11861 pino-logging-setup andrelandgraf/fullstackrecipes
Pino Logging Setup To set up Pino Logging Setup, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/pino-logging-setup If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/pino-logging-setup
80
11862 nansen-wallet-migration nansen-ai/nansen-cli
Wallet Migration — Old Flow to Secure Keychain Use this skill when a user already has a nansen-cli wallet set up with the old password storage method and wants to migrate to the new secure flow. When to use User mentions they stored their password in ~/.nansen/.env , a .env file, or memory.md User gets the stderr warning: ⚠ Password loaded from insecure .credentials file User asks to "secure my wallet" or "migrate to keychain" User created a wallet before the keychain update was released Detect ...
80
11863 brainstorming-laravel iserter/laravel-claude-agents
Brainstorming Laravel Ideas Into Designs Overview Help turn Laravel feature ideas into fully formed designs and specs through natural collaborative dialogue, focusing on Laravel best practices and ecosystem patterns. Start by understanding the current Laravel project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design in small sections (200-300 words), checking after each section whether it looks right so far. The Process ...
80
11864 linkedin-post-optimizer manojbajaj95/claude-gtm-plugin
Linkedin Post Optimizer Professional narrative style with line breaks, hashtag strategy, and hooks in first 2 lines to avoid truncation Instructions You are an expert at LinkedIn engagement. Create posts that hook readers immediately and drive engagement through professional storytelling. Output Format Linkedin Post Optimizer Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be Specific: Focus on conc...
80
11865 supabase-audit-auth-users yoanbernabeu/supabase-pentest-skills
User Enumeration Audit 🔴 CRITICAL: PROGRESSIVE FILE UPDATES REQUIRED You MUST write to context files AS YOU GO , not just at the end. Write to .sb-pentest-context.json IMMEDIATELY after each endpoint tested Log to .sb-pentest-audit.log BEFORE and AFTER each test DO NOT wait until the skill completes to update files If the skill crashes or is interrupted, all prior findings must already be saved This is not optional. Failure to write progressively is a critical error. This skill tests for user en...
80
11866 lottie-bodymovin dylantarre/animation-principles
Lottie Animation Principles Implement all 12 Disney animation principles using Lottie (Bodymovin) for vector animations. 1. Squash and Stretch In After Effects before export: Animate Scale X and Y inversely Use expression: s = transform.scale[1]; [100 + (100-s), s] // Control at runtime lottie.setSpeed(1.5); // affect squash timing 2. Anticipation Structure your AE composition: Frames 0-10: Wind-up pose Frames 10-40: Main action Frames 40-50: Settle // Play anticipation segment anim.playS...
80
11867 project-tooling alinaqi/claude-bootstrap
Project Tooling Skill Load with: base.md Standard CLI tools for project infrastructure management. Required CLI Tools Before starting any project, verify these tools are installed and authenticated: 1. GitHub CLI (gh) Verify installation gh --version Verify authentication gh auth status If not authenticated: gh auth login 2. Vercel CLI Verify installation vercel --version Verify authentication vercel whoami If not authenticated: vercel login 3. Supabase CLI Verify installation supabase --...
80
11868 ab-test-designer pmprompt/claude-plugin-product-management
Domain Context This skill implements a proven product management framework. The approach combines best practices from industry leaders and is designed for practical application in day-to-day PM work. Input Requirements Context about your product, feature, or problem Relevant data, research, or constraints (recommended but optional) Clear articulation of what you're trying to achieve A/B Test Designer When to Use Testing a new feature or design variation Validating a hypothesis before full rollou...
80
11869 woocommerce-dev-cycle woocommerce/woocommerce
WooCommerce Development Cycle This skill provides guidance for the WooCommerce development workflow, including running tests, code quality checks, and troubleshooting. Instructions Follow these guidelines for WooCommerce development workflow: Running tests : See running-tests.md for PHP and JavaScript test commands, test environment setup, and troubleshooting Code quality : See code-quality.md for linting and code style fixes PHP linting patterns : See php-linting-patterns.md for common PHP lint...
80
11870 helm-chart-patterns nickcrew/claude-ctx-plugin
Helm Chart Patterns Expert guidance for developing production-grade Helm charts covering chart structure, templating patterns, multi-environment configuration, dependency management, testing strategies, and distribution workflows for Kubernetes application packaging. When to Use This Skill Creating reusable Helm charts for applications and services Building application catalogs and chart repositories Managing multi-environment deployments (dev, staging, production) Implementing advanced templa...
80
11871 access-control-rbac secondsky/claude-skills
Access Control & RBAC Overview Implement comprehensive Role-Based Access Control systems with permissions management, attribute-based policies, and least privilege principles. When to Use Multi-tenant applications Enterprise access management API authorization Admin dashboards Data access controls Compliance requirements Implementation Examples 1. Node.js RBAC System // rbac-system.js class Permission { constructor(resource, action) { this.resource = resource; this.action = action; ...
80
11872 building-admin-dashboard-customizations medusajs/medusa-claude-plugins
Medusa Admin Dashboard Customizations Build custom UI extensions for the Medusa Admin dashboard using the Admin SDK and Medusa UI components. Note: "UI Routes" are custom admin pages, different from backend API routes (which use building-with-medusa skill). When to Apply Load this skill for ANY admin UI development task, including: Creating widgets for product/order/customer pages Building custom admin pages Implementing forms and modals Displaying data with tables or lists Adding navigatio...
80
11873 slack-expert 404kidwiz/claude-supercode-skills
Provides comprehensive Slack platform development expertise specializing in Slack app development, Block Kit UI design, and API integrations. Builds robust, scalable Slack applications with security best practices, event handling, and interactive components. When to Use - Building or developing a Slack bot or app - Slack API integration required for functionality - Event handling or slash command implementation needed - Block Kit UI components or modals required - OAuth flow implementatio...
80
11874 create-opencode-plugin igorwarzocha/opencode-workflows
Creating OpenCode Plugins Procedure Overview Step Action Read 1 Verify SDK reference Run extract script 2 Validate feasibility This file 3 Design plugin references/hooks.md , references/hook-patterns.md , references/CODING-TS.MD 4 Implement references/tool-helper.md (if custom tools) 5 Add UI feedback references/toast-notifications.md , references/ui-feedback.md (if needed) 6 Test references/testing.md 7 Publish references/publishing.md , references/update-notifications.md (if npm) Step 1: Verif...
80
11875 lead-magnet-generator ognjengt/founder-skills
Lead Magnet Generator Purpose Generate 2 viral lead magnet posts that get your audience to comment a trigger word in exchange for a free resource, maximizing engagement and DM opt-ins. Execution Logic Check $ARGUMENTS first to determine execution mode: If $ARGUMENTS is empty or not provided: Respond with: "lead-magnet-generator loaded, proceed with additional instructions" Then wait for the user to provide their requirements in the next message. If $ARGUMENTS contains content: Proceed immediatel...
80
11876 python-refactor acaprino/alfio-claude-plugins
Python Refactor Purpose Transform complex, hard-to-understand Python code into clear, well-documented, maintainable code while preserving correctness. This skill guides systematic refactoring that prioritizes human comprehension without sacrificing correctness or reasonable performance. When to Invoke Invoke this skill when: User explicitly requests "human", "readable", "maintainable", "clean", or "refactor" code improvements Code review processes flag comprehension or maintainability issues Wor...
80
11877 textual johnlarkin1/claude-code-extensions
Build terminal applications with Textual's web-inspired architecture: App → Screen → Widget. Quick Start ``` from textual.app import App, ComposeResult from textual.widgets import Header, Footer, Static class MyApp(App): CSS_PATH = "styles.tcss" BINDINGS = [("q", "quit", "Quit"), ("d", "toggle_dark", "Dark Mode")] def compose(self) -> ComposeResult: yield Header() yield Static("Hello, World!") yield Footer() def action_toggle_dark(self) -> None: ...
80
11878 typescript-pro 404kidwiz/claude-supercode-skills
TypeScript Pro Senior TypeScript specialist with deep expertise in advanced type systems, full-stack type safety, and production-grade TypeScript development. Role Definition You are a senior TypeScript developer with 10+ years of experience. You specialize in TypeScript 5.0+ advanced type system features, full-stack type safety, and build optimization. You create type-safe APIs with zero runtime type errors. When to Use This Skill Building type-safe full-stack applications Implementing adva...
80
11879 tailwindcss timelessco/recollect
Tailwind CSS The skill is based on Tailwind CSS v4.1.18, generated at 2026-01-28. Tailwind CSS is a utility-first CSS framework for rapidly building custom user interfaces. Instead of writing custom CSS, you compose designs using utility classes directly in your markup. Tailwind v4 introduces CSS-first configuration with theme variables, making it easier to customize your design system. Core References Topic Description Reference Installation Vite, PostCSS, CLI, and CDN setup core-installation U...
80
11880 accelint-ts-performance gohypergiant/agent-skills
TypeScript Performance Optimization Systematic performance optimization for JavaScript/TypeScript codebases. Combines audit workflow with expert-level optimization patterns for runtime performance. NEVER Do When Optimizing Performance Note: For general best practices (type safety with any / enum , avoiding null , not mutating parameters), use the accelint-ts-best-practices skill instead. This section focuses exclusively on performance-specific anti-patterns. NEVER assume code is cold path - Util...
80
11881 vercel-react-best-practices vercel-labs/agent-eval
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 62 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
80
11882 gitlab-automation sickn33/antigravity-awesome-skills
GitLab Automation via Rube MCP Automate GitLab operations including project management, issue tracking, merge request workflows, CI/CD pipeline monitoring, branch management, and user administration through Composio's GitLab toolkit. Toolkit docs : composio.dev/toolkits/gitlab Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active GitLab connection via RUBE_MANAGE_CONNECTIONS with toolkit gitlab Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube...
80
11883 multimodal-llm yonatangross/orchestkit
Multimodal LLM Patterns Integrate vision, audio, and video generation capabilities from leading multimodal models. Covers image analysis, document understanding, real-time voice agents, speech-to-text, text-to-speech, and AI video generation (Kling 3.0, Sora 2, Veo 3.1, Runway Gen-4.5). Quick Reference Category Rules Impact When to Use Vision: Image Analysis 1 HIGH Image captioning, VQA, multi-image comparison, object detection Vision: Document Understanding 1 HIGH OCR, chart/diagram analysis, P...
80
11884 outside-in-testing rysweet/amplihack
This skill helps you create agentic outside-in tests that verify application behavior from an external user's perspective without any knowledge of internal implementation. Using the gadugi-agentic-test framework, you write declarative YAML scenarios that AI agents execute, observe, and validate. Key Principle: Tests describe WHAT should happen, not HOW it's implemented. Agents figure out the execution details. When to Use This Skill [LEVEL 1] Perfect For - Smoke Tests: Quick validation tha...
80
11885 seo-expert dengineproblem/agents-monorepo
SEO Expert Deep expertise in search engine optimization including technical, on-page, and off-page SEO. Core Competencies technical_seo : - "Site architecture" - "Crawlability and indexation" - "Core Web Vitals" - "Schema markup" - "Mobile optimization" - "Site speed" on_page_seo : - "Keyword research" - "Content optimization" - "Meta tags" - "Header structure" - "Internal linking" - "Image optimization" off_page_seo : - "Link building" - "Digital PR" - "Brand mentions" - "Guest posting" - "Part...
80
11886 alicloud-network-cdn cinience/alicloud-skills
Category: service Alibaba Cloud CDN Purpose Use Alibaba Cloud CDN OpenAPI (RPC) for common operations and integrations including: accelerated domain lifecycle (create/configure/start-stop/delete) cache refresh and preload (directory/file/domain) HTTPS certificate configuration and updates log and monitoring queries (real-time/offline) Prerequisites least-privilege RAM credentials are ready (STS temporary creds recommended). domain ownership and acceleration scope policy are confirmed (mainland/g...
80
11887 hybrid-cloud-architect sickn33/antigravity-awesome-skills
Use this skill when Working on hybrid cloud architect tasks or workflows Needing guidance, best practices, or checklists for hybrid cloud architect Do not use this skill when The task is unrelated to hybrid cloud architect You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation...
80
11888 supabase-extract-url yoanbernabeu/supabase-pentest-skills
Supabase URL Extraction 🔴 CRITICAL: PROGRESSIVE FILE UPDATES REQUIRED You MUST write to context files AS YOU GO , not just at the end. Write to .sb-pentest-context.json IMMEDIATELY after each discovery Log to .sb-pentest-audit.log BEFORE and AFTER each action DO NOT wait until the skill completes to update files If the skill crashes or is interrupted, all prior findings must already be saved This is not optional. Failure to write progressively is a critical error. This skill extracts the Supabas...
80
11889 python-expert personamanagmentlayer/pcl
Python Expert You are a senior Python developer with 10+ years of experience. Your role is to help write, review, and optimize Python code following industry best practices. When to Apply Use this skill when: Writing new Python code (scripts, functions, classes) Reviewing existing Python code for quality and performance Debugging Python issues and exceptions Implementing type hints and improving code documentation Choosing appropriate data structures and algorithms Following PEP 8 style guidelin...
80
11890 frontend-vue-development tencentblueking/bk-ci
前端 Vue 开发 Quick Reference 技术栈:Vue 2.7 + Vuex 3.6 + Vue Router 3.6 + bk-magic-vue 2.5 文件命名:kebab-case.vue(如 group-table.vue) 缩进:4 空格 | 无分号 | 无拖尾逗号 | HTML 双引号 API 调用:vue.$ajax.get/post/put/delete 最简示例 <template> <div class="pipeline-list"> <bk-table :data="pipelines" v-loading="isLoading"> <bk-table-column prop="name" label="名称"></bk-table-column> </bk-table> </div> </template> <script> export default { data() { return { pipelines: [], ...
80
11891 digitalocean-containers-images bobmatnyc/claude-mpm-skills
DigitalOcean Containers and Images Skill progressive_disclosure: entry_point: summary: "Containers and images on DigitalOcean: Container Registry, preconfigured images, custom images, and image lifecycle management." when_to_use: - "When storing or deploying container images" - "When using custom Droplet images" - "When managing image lifecycle with snapshots" quick_start: - "Create a Container Registry" - "Push images and configure pulls" - "Select base images or upload custom images" - "Use sn...
80
11892 webflow-automation composiohq/awesome-claude-skills
Webflow Automation via Rube MCP Automate Webflow operations including CMS collection management, site publishing, page inspection, asset uploads, and ecommerce order retrieval through Composio's Webflow toolkit. Toolkit docs : composio.dev/toolkits/webflow Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Webflow connection via RUBE_MANAGE_CONNECTIONS with toolkit webflow Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://...
79
11893 existing-repo alinaqi/claude-bootstrap
Existing Repository Skill Load with: base.md + security.md For working with existing codebases - analyze structure, respect conventions, and set up proper guardrails without breaking anything. Sources: Husky | lint-staged | pre-commit | commitlint Core Principle Understand before modifying. Existing repos have conventions, patterns, and history. Your job is to work within them, not reorganize them. Phase 1: Repository Analysis ALWAYS run this analysis first when joining an existing repo. ...
79
11894 react-native-expo ovachiever/droid-tings
React Native Expo (0.76-0.82+ / SDK 52+) Status: Production Ready Last Updated: 2026-01-21 Dependencies: Node.js 20.19.4+, Expo CLI, Xcode 16.1+ (iOS) Latest Versions: react-native@0.81.5, expo@~54.0.31, react@19.2.3 Quick Start (15 Minutes) 1. Create New Expo Project (RN 0.76+) Create new Expo app with React Native 0.76+ npx create-expo-app@latest my-app cd my-app Install latest dependencies npx expo install react-native@latest expo@latest Why this matters: Expo SDK 52+ uses React Nati...
79
11895 terraform-engineer 404kidwiz/claude-supercode-skills
Terraform Engineer Senior Terraform engineer specializing in infrastructure as code across AWS, Azure, and GCP with expertise in modular design, state management, and production-grade patterns. Role Definition You are a senior DevOps engineer with 10+ years of infrastructure automation experience. You specialize in Terraform 1.5+ with multi-cloud providers, focusing on reusable modules, secure state management, and enterprise compliance. You build scalable, maintainable infrastructure code. ...
79
11896 competitor-intel ognjengt/founder-skills
Competitor Intel Purpose Provide data-backed competitive intelligence by researching real signals across the web—no assumptions, no made-up numbers. Execution Logic Check $ARGUMENTS first to determine execution mode: If $ARGUMENTS is empty or not provided: Respond with: "competitor-intel loaded, proceed with competitor name and any context (website, industry, etc.)" Then wait for the user to provide their requirements in the next message. If $ARGUMENTS contains content: Proceed immediately to Ta...
79
11897 create-design-system-rules dedalus-erp-pas/foundation-skills
Create Design System Rules Overview This skill helps you generate custom design system rules tailored to your project's specific needs. These rules guide Claude to produce consistent, high-quality code when implementing Figma designs, ensuring that your team's conventions, component patterns, and architectural decisions are followed automatically. What Are Design System Rules? Design system rules are project-level instructions that encode the "unwritten knowledge" of your codebase - the kind ...
79
11898 ensemble-team jwilger/agent-skills
Ensemble Team Setup Set up an AI ensemble programming team for any software project. Creates the full structure for a team of expert agents working in a single-driver mob programming style with consensus-based decisions, TDD, and continuous retrospectives. Workflow Phase 1: Project Discovery Gather essential project information. Ask the user: Project name and description : What is being built? What problem does it solve? Tech stack : Language, framework, database, frontend approach, testing tool...
79
11899 figma-plugin srstomp/pokayokay
Figma Plugin Development Build plugins that extend Figma's functionality using the Plugin API. Architecture Figma plugins run in two threads communicating via postMessage: Main thread (sandbox) : Plugin API access, node manipulation, figma.* calls UI thread (iframe) : HTML/CSS/JS interface, no Figma API access, npm packages allowed Key Principles Main thread handles all Figma document operations UI thread handles user interface and external APIs Communication between threads via figma.ui.postMes...
79
11900 wp-phpstan automattic/agent-skills
WP PHPStan When to use Use this skill when working on PHPStan in a WordPress codebase, for example: setting up or updating phpstan.neon / phpstan.neon.dist generating or updating phpstan-baseline.neon fixing PHPStan errors via WordPress-friendly PHPDoc (REST requests, hooks, query results) handling third-party plugin/theme classes safely (stubs/autoload/targeted ignores) Inputs required wp-project-triage output (run first if you haven't) Whether adding/updating Composer dev dependencies is allow...
79