I was curious...
There are several problems in a intro to probability textbook that ask you to prove that:
If IID sequence is of Geometric RVs, then the sum of these random variables is a new random variable with a negative binomial distribution
if IID sequence is of Exponential RVs, then the sum of these random variables is a new random variable that has a gamma distribution
if IID sequence is of Poisson RVs, then the sum of these random variables is a new random variable that is also a poisson RV.
Summing squared IID N(0,1) RV, gives you a RV with a chi-squared distribution...
etc...etc..
What I don't get, is how this fits in with Central Limit Theorem?
CLT: Summing IID RV approaches a Gaussian distribution as sample size approaches infinity.
Isn't this a contradiction to the other proofs of adding other types of RVs and NOT getting a Gaussian distribution? what gives?

What you wrote is not a definition of CLT. Instead, it is $$ \frac{S_n - n \mu}{\sigma \sqrt{n}} \to_n N(0,1) $$ assuming each $X_i$ is integrable and has a finite second moment, and all rvs are iid. This doesn't contradict any of the examples you gave, because they are specific to the distribution of those rvs; CLT applies to all rvs that fulfill the requirements of CLT.