Agent Skills by DragonKid
Showing 17 vetted skills indexed across 1 GitHub repositories.
todo
Automate TODO management via Telegram /todo commands with a local Markdown file.
git-config-separation
Separate personal git settings from shared configs using Git's include mechanism.
guide
Load and summarize plugin, workflow, and database MCP reference files.
research-staged
Guide multi-stage research workflows with approval gates between stages.
prompt-improver
Rewrite ambiguous prompts into clear, specific instructions for AI models.
prompt-generator
Converts task descriptions or existing prompts into structured system prompts for LLMs.
fastapi-lifespan-di
Initialize and tear down async resources in FastAPI via lifespan context managers.
pydantic-multi-source-settings
Consolidate Python app configuration from env, .env, and remote services.
dto-factory-method
Convert inconsistent API responses into typed Pydantic domain models.
choosing-task-vs-main-session
Choose between Task-based subagents and main-session workflows for complex operations.
llm-agent-token-audit
Audit LLM agent prompts and workspace injections to quantify and prune token waste.
llm-parse-retry
Parse LLM outputs into valid JSON with retry logic and fallback.
pydantic-basesettings-class-attributes
Prevent non-annotated attribute errors in Pydantic BaseSettings subclasses.
llm-agent-tool-calling-optimization
Enforce parallel tool call batches with explicit numeric budgets for LLM agents.
python-project-toolchain
Automate Python project toolchain setup with uv, ruff, pyright, pytest, and pre-commit hooks.
organizing-dotfiles-configs
Organize dotfiles configurations and plan symlink strategies with a decision framework.
optimize-llm-config-docs
Optimize verbose LLM configuration documents into compact actionable guidance.