An open API service indexing awesome lists of open source software.

https://github.com/akashtalole/akashtalole.github.io

akashtalole.github.io
https://github.com/akashtalole/akashtalole.github.io

agent-skills agentic-ai ai ai-agents azure claude claude-ai claude-code claude-cowork claude-skills copilot-studio genai github-copilot github-copilot-cli mcp python

Last synced: 28 days ago
JSON representation

akashtalole.github.io

Awesome Lists containing this project

README

          

# Akash Talole — AI Blog

A personal space where I share what I'm actually learning, building, and breaking with AI tools — not just theory, but real hands-on experiments and honest takes.

If you've ever wondered how far you can push agentic AI in your day-to-day workflow, or whether GitHub Copilot and Claude Code can genuinely change the way you write software, this blog is for you. I cover things I wish someone had written down when I was figuring them out.

## What You'll Find Here

- **Agentic AI** — how autonomous agents work in practice, where they shine, and where they still fall flat
- **Claude Code** — tips, workflows, and real use cases for using Claude as a coding companion
- **Claude CoWork** — experiments with collaborative AI-assisted development
- **GitHub Copilot** — practical tricks beyond autocomplete, and how to get the most out of it
- **Microsoft Copilot Studio** — building custom copilots without getting lost in the docs
- **AI in SDLC** — where AI actually fits into the software development lifecycle (and where it doesn't)
- **More** — anything else I find genuinely useful, interesting, or worth talking about in the AI/ML space

No fluff, no hype — just practical stuff from someone who spends a lot of time experimenting with these tools and wants to share what actually works.

---

# Chirpy Starter

[![Gem Version](https://img.shields.io/gem/v/jekyll-theme-chirpy)][gem] 
[![GitHub license](https://img.shields.io/github/license/cotes2020/chirpy-starter.svg?color=blue)][mit]

A minimal, ready-to-use template for creating a blog with the [**Chirpy**][chirpy] Jekyll theme. Get up and running in minutes with all critical files pre-configured.

## Why This Starter Exists

When installing Chirpy through [RubyGems.org][gem], Jekyll can only read a subset of theme files (`_data`, `_layouts`, `_includes`, `_sass`, `assets`) and limited `_config.yml` options from the gem. As a result, users cannot enjoy the full out-of-the-box experience that Chirpy offers.

To unlock all features, the following files must be present in your Jekyll site:

```shell
.
├── _config.yml
├── _plugins
├── _tabs
└── index.html
```

This starter bundles those files from the latest **Chirpy** release along with a [CD][CD] workflow, so you can start writing immediately.

## Usage

Check out the [theme's docs](https://github.com/cotes2020/jekyll-theme-chirpy/wiki).

## Contributing

This repository is automatically updated with new releases from the theme repository. If you encounter any issues or want to contribute to its improvement, please visit the [theme repository][chirpy] to provide feedback.

## License

This work is published under [MIT][mit] License.

[gem]: https://rubygems.org/gems/jekyll-theme-chirpy
[chirpy]: https://github.com/cotes2020/jekyll-theme-chirpy/
[CD]: https://en.wikipedia.org/wiki/Continuous_deployment
[mit]: https://github.com/cotes2020/chirpy-starter/blob/master/LICENSE