بنقرة واحدة
.claude
يحتوي .claude على 11 من skills المجمعة من furkankoykiran، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.
Skills في هذا المستودع
Write a polished blog post from a chat or conversation summary, with multi-language output. Use when the user wants to turn a Claude conversation, chat log, or discussion into a publishable blog article, or mentions "blog from this chat" or "write up our conversation".
Search a specific GitHub repository for open issues that fit the user's contribution profile. Use when the user wants issues to work on in one repo, asks "what can I contribute to <repo>", or wants good-first-issue or help-wanted matches in a single repository.
Write an educational blog post analyzing a GitHub profile's public activity. Use when the user wants to turn their GitHub activity, contributions, or projects into a blog article, or mentions "blog about my GitHub" or a writeup of their open-source work.
Generate professionally formatted LinkedIn posts from a blog post, URL, or chat context. Use when the user wants a LinkedIn post, to share an article on LinkedIn, or to repurpose content as LinkedIn social copy.
Analyze a GitHub pull request's latest discussion and act on pending review feedback or requested changes. Use when the user wants to address PR review comments, respond to reviewer feedback, or asks to "follow up on PR
Solve a GitHub issue end-to-end and open a pull request. Use when the user wants to fix or resolve a specific GitHub issue (often by number or URL), or says "solve issue
Discover open-source contribution opportunities across an entire GitHub organization. Use when the user wants to find suitable issues across all repos in a given org (e.g. `microsoft`, `vercel`) and have them ranked by fit against the profile in `~/.claude/config.json`.
Trigger when: (1) User asks for a "narrated Manim video", "anlatımlı manim", "manim with voice", "manim video with audio narration", or "PR walkthrough video"; (2) Code imports from manim_narration.lib.* or uses NarratedScene; (3) User wants Manim output that includes spoken narration synced to animations. Builds narrated Manim videos using Microsoft edge-tts (free, no API key) for voice synthesis and ffmpeg for proper audio re-encoding so MP4s play reliably in VSCode, Chromium, and Electron previews. Includes a NarratedScene base class that exposes a `narrate(text)` context manager paced to real audio duration. Optionally uses gstack /browse to pre-fetch live screenshots declared via `# ASSET:` manifest comments — so the video can showcase real websites, GitHub PRs, dashboards, IDE views, etc., without manual capture. Composes with manimce-best-practices for animation idioms. NOT for ManimGL — use manimgl-best-practices there (no narration support). Dependencies: installed automatically by ~/.claude/insta
Provision an MCP server from a JSON `mcpServers` block. Use when the user pastes an MCP config snippet (e.g. from a server's README) and wants it wired into Claude Code via `claude mcp add` instead of editing config files by hand.
Write natural, warm GitHub comments that sound like a real developer wrote them. Reads the issue/PR conversation history to pick up context, inside jokes, tone, and timeline. Use when posting issue comments, PR descriptions, or review replies that should feel genuine rather than bot-generated.
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 Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.