Query and analyze application logs stored in Elasticsearch, enabling search, count, filtering by trace IDs, and field extraction for debugging requests and error analysis.
Portable agent skills for Claude Code and OpenAI Codex, packaged in the awesome-agent-skills plugin layout.
| Skill | Description |
|---|---|
elastic-search-logs | Query and analyze logs in Elasticsearch. |
german-elster-tax-filing | Gather all required details to prepare a German ELSTER personal income tax return. |
prompt-template-wizard | Collect and validate all required fields for a complete implementation prompt template. |
read-only-gh-pr-review | Review GitHub pull requests with strict read-only CLI constraints. |
read-only-postgres | Execute read-only SQL queries against PostgreSQL databases. |
supabase | Run Supabase Management API SQL and operational database tasks. |
svg-creator | Create, edit, validate, and package high-quality SVGs: icons, logos, illustrations, diagrams, charts, patterns, and inline SVG code. |
trello | Manage Trello boards, lists, and cards via the Trello REST API. |
/plugin marketplace add jawwadfirdousi/agent-skills
/plugin install elastic-search-logs@agent-skills
/plugin install german-elster-tax-filing@agent-skills
/plugin install prompt-template-wizard@agent-skills
/plugin install read-only-gh-pr-review@agent-skills
/plugin install read-only-postgres@agent-skills
/plugin install supabase@agent-skills
/plugin install svg-creator@agent-skills
/plugin install trello@agent-skills
$skill-installer install https://github.com/jawwadfirdousi/agent-skills/tree/main/elastic-search-logs/skills/elastic-search-logs
$skill-installer install https://github.com/jawwadfirdousi/agent-skills/tree/main/german-elster-tax-filing/skills/german-elster-tax-filing
$skill-installer install https://github.com/jawwadfirdousi/agent-skills/tree/main/prompt-template-wizard/skills/prompt-template-wizard
$skill-installer install https://github.com/jawwadfirdousi/agent-skills/tree/main/read-only-gh-pr-review/skills/read-only-gh-pr-review
$skill-installer install https://github.com/jawwadfirdousi/agent-skills/tree/main/read-only-postgres/skills/read-only-postgres
$skill-installer install https://github.com/jawwadfirdousi/agent-skills/tree/main/supabase/skills/supabase
$skill-installer install https://github.com/jawwadfirdousi/agent-skills/tree/main/svg-creator/skills/svg-creator
$skill-installer install https://github.com/jawwadfirdousi/agent-skills/tree/main/trello/skills/trello
Restart Codex after install.
/plugin uninstall elastic-search-logs@agent-skills
/plugin uninstall german-elster-tax-filing@agent-skills
/plugin uninstall prompt-template-wizard@agent-skills
/plugin uninstall read-only-gh-pr-review@agent-skills
/plugin uninstall read-only-postgres@agent-skills
/plugin uninstall supabase@agent-skills
/plugin uninstall svg-creator@agent-skills
/plugin uninstall trello@agent-skills
/plugin marketplace remove agent-skills
rm -rf ~/.codex/skills/elastic-search-logs
rm -rf ~/.codex/skills/german-elster-tax-filing
rm -rf ~/.codex/skills/prompt-template-wizard
rm -rf ~/.codex/skills/read-only-gh-pr-review
rm -rf ~/.codex/skills/read-only-postgres
rm -rf ~/.codex/skills/supabase
rm -rf ~/.codex/skills/svg-creator
rm -rf ~/.codex/skills/trello
Restart Codex after uninstall.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub jawwadfirdousi/agent-skills --plugin elastic-search-logsExecute read-only SQL queries against PostgreSQL databases.
Review GitHub pull requests with strict read-only CLI constraints.
Run Supabase Management API SQL and operational database tasks.
Collect and validate all required fields for a complete implementation prompt template.
Create, edit, validate, and package high-quality SVGs: icons, logos, illustrations, diagrams, charts, patterns, and inline SVG code.
Elasticsearch and Kibana REST API expertise for querying, indexing, managing indices, cluster health, aggregations, ES|QL, and dashboard deployment
Analyze logs for performance insights and issues
Run Supabase Management API SQL and operational database tasks.
OpenSearch skills to help set up and deploy OpenSearch for a variety of use cases: build search applications with semantic, hybrid, neural sparse, and agentic search strategies; analyze observability data with log analytics (PPL and Query DSL) and distributed traces (OpenTelemetry); deploy to Amazon OpenSearch Service or OpenSearch Serverless with Bedrock integration for embeddings and RAG. Just ask your AI assistant to set up a search app, query logs, investigate traces, or deploy to AWS.
Auto-capture development command output and search/analyze with Claude Code
Structured logging with proper levels, context, PII handling, centralized aggregation. Use for application logging, log management integration, distributed tracing, or encountering log bloat, PII exposure, missing context errors.